No, I am creating the automation straight from the file. Never used the gui editor before.
This one is also in the log.
- alias: "SSL Certificate Expiry Notification"
initial_state: true
trigger:
- platform: numeric_state
entity_id: sensor.vj_ssl_cert_expiry
below: 3
action:
- service: notify.home_assistant
data_template:
title: "Certificate Expiring in {{ states.sensor.vj_ssl_cert_expiry.state }} Days"
message: >
<b>Today is {{ now().strftime( '%B %d, %Y') }} </b> <br>
<br>
This is to notify you that your certificate with the common name domain.com will expire in {{ states.sensor.vj_ssl_cert_expiry.state }} days. <br>
<br>
data:
images: []