Closes #79 - using Max intensity now- requested rain accumulation.
parent
566624d0d8
commit
87363b2304
@ -0,0 +1,14 @@
|
||||
###################################
|
||||
## 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"}
|
||||
Loading…
Reference in new issue