Hello there,
i wanted to have the phase of the moon sent to a telegram channel.
i got the triggers e.g.:
platform: state
entity_id:
- sensor.moon_phase
to: new_moon
and i got the message:
service: notify.telegramsmarthome
data:
message: |
"Mondphase: {{ trigger.to_state.state }}"
and it doesnt work. Since over a week, 2 changes of phase, nothing.
when i change the trigger to
platform: state
entity_id:
- binary_sensor.buerofenster_opening
to: "on"
and open said window. it works.
why?