mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 06:20:21 +00:00
fix
This commit is contained in:
@@ -11,7 +11,7 @@ water_heater:
|
||||
optimistic: true
|
||||
current_temperature: !lambda "return 45.0f;"
|
||||
target_temperature: !lambda "return 60.0f;"
|
||||
on: !lambda "return true;"
|
||||
"on": !lambda "return true;"
|
||||
away: !lambda "return false;"
|
||||
# Note: No mode lambda - we want optimistic mode changes to stick
|
||||
# A mode lambda would override mode changes in loop()
|
||||
|
||||
Reference in New Issue
Block a user