Fix palazzetti mocks (#144268)

This commit is contained in:
Erik Montnemery 2025-05-05 17:59:17 +02:00 committed by GitHub
parent 2e8e13bffb
commit 135df5a24e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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