40 lines
981 B
YAML
40 lines
981 B
YAML
- 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() }}"
|
||
# Samlet tid hovedhanen (LinkTap) har vandet i dag – dækker både zoner og
|
||
# kapillærkasser, da alt vand passerer hovedhanen.
|
||
- platform: history_stats
|
||
name: vanding_hovedhane_i_dag
|
||
entity_id: binary_sensor.hovedhane_linktap_is_watering
|
||
state: "on"
|
||
type: time
|
||
start: "{{ today_at() }}"
|
||
end: "{{ now() }}" |