Hi everybody,
I am trying to send a notification when somebody remember to give one of our dogs their medication. Below is the yaml code; I previously had data
instead of data_template
, but neither of them work.
Can you please tell me what’s wrong with this? The template will work when using it in developer tools > template
, and the picture does get sent; also, checking my configuration does not produce any error messages.
Thank you in advance for your help
- alias: "Button Aqara Küche Tammy Tabletten"
trigger:
- platform: state
entity_id: sensor.button_aqara_kueche_kuehlschrank_action
to: button_6_single
action:
- service: notify.tg_gruppe_smarthome
# previously just >
# data:
data_template:
message: >
Karmi Tabletten gegeben (um {{ now().hour }}:{{ now().minute }})
data:
photo:
- file: "/config/www/img/karmi_derp_thanks.png"