Skip to content

Instantly share code, notes, and snippets.

@MoritzBuetzer
Created April 15, 2020 20:52
Show Gist options
  • Save MoritzBuetzer/fa5ff908b5f7bcba057e308c2c76ec22 to your computer and use it in GitHub Desktop.
Save MoritzBuetzer/fa5ff908b5f7bcba057e308c2c76ec22 to your computer and use it in GitHub Desktop.
Home Assistant Automation to renew Let's Encrypt Certificate
- alias: "Let's Encrypt Renewal"
trigger:
platform: time
at: '02:30:00'
action:
- service: hassio.addon_restart
data:
addon: core_letsencrypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment