any idea what wrong with my code here?
- id: Notify when certificate
alias: 'Notify when certificate is about to expire'
trigger:
- platform: numeric_state
entity_id: sensor.cert_expiration
below: 7
action:
- service: notify.telegram
data_template:
message: Certificate is expire in {{ states('sensor.cert_expiration') }} days!