mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-23 09:12:19 +00:00
15 lines
372 B
YAML
15 lines
372 B
YAML
|
###################################
|
||
|
## 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
|
||
|
|
||
|
action:
|
||
|
- service: ifttt.trigger
|
||
|
data_template: {"event":"Rachio_Rain_Delay"}
|