21 lines
392 B
YAML
21 lines
392 B
YAML
substitutions:
|
|
name: "storage-heater"
|
|
friendly_name: "Storage heater"
|
|
|
|
esphome:
|
|
area: "Storage"
|
|
|
|
packages:
|
|
device_base: !include templates/mystrom.yaml
|
|
|
|
interval:
|
|
- interval: 1min
|
|
then:
|
|
- if:
|
|
condition:
|
|
sensor.in_range:
|
|
id: continuous_on_time
|
|
above: 18000 # 5h
|
|
then:
|
|
- switch.turn_off: mystrom_relay
|