Vanding: rainbird.start_irrigation, duration sliders, toggle scripts, smart vanding med alternering og notifikation

This commit is contained in:
2026-05-24 18:00:09 +02:00
parent 644cb28e88
commit a49ed20d6b
13 changed files with 628 additions and 40 deletions
+43
View File
@@ -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