mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Fix palazzetti mocks (#144268)
This commit is contained in:
parent
2e8e13bffb
commit
135df5a24e
@ -65,6 +65,7 @@ def mock_palazzetti_client() -> Generator[AsyncMock]:
|
||||
mock_client.has_fan_auto = True
|
||||
mock_client.has_on_off_switch = True
|
||||
mock_client.has_pellet_level = False
|
||||
mock_client.host = "XXXXXXXXXX"
|
||||
mock_client.connected = True
|
||||
mock_client.status = 6
|
||||
mock_client.is_heating = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user