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