You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
462 B
18 lines
462 B
###################################
|
|
## Uses IFTTT to trigger rain delay with rachio
|
|
###################################
|
|
|
|
- alias: Rachio_Rain_Delay
|
|
hide_entity: True
|
|
trigger:
|
|
- platform: numeric_state
|
|
entity_id: sensor.dark_sky_precip_intensity_max
|
|
above: 0.5
|
|
- platform: numeric_state
|
|
entity_id: sensor.dark_sky_wind_speed
|
|
above: 20
|
|
|
|
action:
|
|
- service: ifttt.trigger
|
|
data_template: {"event":"Rachio_Rain_Delay"}
|