Created
April 15, 2020 20:52
-
-
Save MoritzBuetzer/fa5ff908b5f7bcba057e308c2c76ec22 to your computer and use it in GitHub Desktop.
Home Assistant Automation to renew Let's Encrypt Certificate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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