Interesting. But is that going to break your LetsEncrypt auto-renewal mechanism?
I do that with the following Blueprints that are in the Community
https://community.home-assistant.io/t/automatic-renewal-of-lets-encrypt-addon-and-restart-of-nginx/306939
I just have to wait until June for it to work
I’m a little bit too late to the party but I have the same problem
Command line sensor has changed to this format:
command_line:
- sensor:
name: "Home Assistant SSL Expiration"
command: "/ssl/openssl x509 -enddate -noout -in /ssl/fullchain.pem | cut -c10-15"
scan_interval: 86400
Hello. How did you make Certificate Expiration Integration work with the command line sensor?
Thanks!!