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
+31
View File
@@ -0,0 +1,31 @@
- platform: history_stats
name: vanding_hojbed_1_i_dag
entity_id: switch.hojbed_2
state: "on"
type: time
start: "{{ today_at() }}"
end: "{{ now() }}"
- platform: history_stats
name: vanding_hojbed_2_i_dag
entity_id: switch.hojbed_1
state: "on"
type: time
start: "{{ today_at() }}"
end: "{{ now() }}"
- platform: history_stats
name: vanding_hojbed_3_i_dag
entity_id: switch.drivhus_drypvanding
state: "on"
type: time
start: "{{ today_at() }}"
end: "{{ now() }}"
- platform: history_stats
name: vanding_drivhus_i_dag
entity_id: switch.hojbed_3
state: "on"
type: time
start: "{{ today_at() }}"
end: "{{ now() }}"