Vanding: rainbird.start_irrigation, duration sliders, toggle scripts, smart vanding med alternering og notifikation
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user