Files

40 lines
981 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- 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() }}"