mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 09:01:22 +00:00
18 lines
462 B
YAML
Executable File
18 lines
462 B
YAML
Executable File
###################################
|
|
## 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"}
|