Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

Automation depending on max temp of day

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles