This commit is contained in:
tronikos
2026-02-07 01:44:43 -08:00
parent 52af92d4b5
commit 1aa4891c83
2 changed files with 4 additions and 4 deletions
@@ -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()