32 lines
661 B
YAML
32 lines
661 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() }}"
|