Fix Plugwise auto HVAC mode (#66639)
* Fix Plugwise auto hvac mode * Clean up set HVAC
This commit is contained in:
parent
19d8b8a6ff
commit
4051e2f518
2 changed files with 4 additions and 11 deletions
|
@ -206,7 +206,7 @@ async def test_anna_climate_entity_climate_changes(
|
|||
assert mock_smile_anna.set_temperature.call_count == 1
|
||||
assert mock_smile_anna.set_schedule_state.call_count == 1
|
||||
mock_smile_anna.set_schedule_state.assert_called_with(
|
||||
"c784ee9fdab44e1395b8dee7d7a497d5", None, "false"
|
||||
"c784ee9fdab44e1395b8dee7d7a497d5", None, "off"
|
||||
)
|
||||
|
||||
# Auto mode is not available, no schedules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue