mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
Merge branch 'get_peername_stack_save_ram' into integration
This commit is contained in:
16
tests/components/water_heater/common.yaml
Normal file
16
tests/components/water_heater/common.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
@@ -36,3 +36,4 @@ datetime:
|
||||
optimistic: yes
|
||||
event:
|
||||
update:
|
||||
water_heater:
|
||||
|
||||
Reference in New Issue
Block a user