mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 00:31:58 +00:00
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@home-assistant.io>
17 lines
444 B
YAML
17 lines
444 B
YAML
water_heater:
|
|
- platform: template
|
|
id: my_boiler
|
|
name: "Test Boiler"
|
|
min_temperature: 10
|
|
max_temperature: 85
|
|
target_temperature_step: 0.5
|
|
current_temperature_step: 0.1
|
|
optimistic: true
|
|
current_temperature: 45.0
|
|
mode: !lambda "return water_heater::WATER_HEATER_MODE_ECO;"
|
|
visual:
|
|
min_temperature: 10
|
|
max_temperature: 85
|
|
target_temperature_step: 0.5
|
|
current_temperature_step: 0.1
|