d_personal/config/homeassistant/automations/irrigation_b.yml

22 lines
458 B
YAML
Raw Normal View History

2022-08-07 14:49:54 +02:00
- alias: "Trigger irrigation B on"
initial_state: 'on'
trigger:
- platform: time
at:
- "19:00:00"
- "05:00:00"
action:
- service: homeassistant.turn_on
entity_id: switch.irrigation_switch_b
- alias: "Trigger irrigation B off"
initial_state: 'on'
trigger:
- platform: time
at:
- "19:30:00"
- "05:30:00"
action:
- service: homeassistant.turn_off
entity_id: switch.irrigation_switch_b