44 lines
992 B
YAML
44 lines
992 B
YAML
- alias: 'Vanding morgen kl. 06'
|
|
trigger:
|
|
platform: time
|
|
at: '06:00:00'
|
|
action:
|
|
- service: script.vanding_hojbed_skiftevis
|
|
|
|
- alias: 'Vanding aften kl. 22'
|
|
trigger:
|
|
platform: time
|
|
at: '22:00:00'
|
|
action:
|
|
- service: script.vanding_hojbed_skiftevis
|
|
|
|
- alias: 'Vanding sikkerhedsstop morgen kl. 8'
|
|
trigger:
|
|
platform: time
|
|
at: '08:00:00'
|
|
action:
|
|
- service: script.turn_off
|
|
data:
|
|
entity_id: script.vanding_hojbed_skiftevis
|
|
- service: switch.turn_off
|
|
data:
|
|
entity_id:
|
|
- switch.hojbed_1
|
|
- switch.hojbed_2
|
|
- switch.drivhus_drypvanding
|
|
|
|
- alias: 'Vanding sikkerhedsstop nat kl. 23'
|
|
trigger:
|
|
platform: time
|
|
at: '23:00:00'
|
|
action:
|
|
- service: script.turn_off
|
|
data:
|
|
entity_id: script.vanding_hojbed_skiftevis
|
|
- service: switch.turn_off
|
|
data:
|
|
entity_id:
|
|
- switch.hojbed_1
|
|
- switch.hojbed_2
|
|
- switch.drivhus_drypvanding
|