mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
Closes #79 - using Max intensity now- requested rain accumulation.
This commit is contained in:
14
automation/System/rachio_rain_delay.yaml
Executable file
14
automation/System/rachio_rain_delay.yaml
Executable file
@@ -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"}
|
||||
Reference in New Issue
Block a user