@Tom7320 wrote:
Hi
I would like to trigger certain actions depending on the maximum temperature of the day:
- alias: 'Weather Test' trigger: - platform: time at: '09:00:00' condition: - condition: numeric_state entity_id: sensor.dark_sky_daytime_high_temperature_0d above: 21.0 action: - service: notify.ts data: message: "Gonna be hot today"
However, this does not work. Probably a simple question, but what am I doing wrong here?
THX a lot!
Thorsten
Posts: 4
Participants: 2