Fix balboa mocks (#144264)

This commit is contained in:
Erik Montnemery 2025-05-05 17:58:39 +02:00 committed by GitHub
parent aa8dfa760d
commit d775e443f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ def client_fixture() -> Generator[MagicMock]:
client.heat_state = 2
client.lights = []
client.pumps = []
client.temperature_range.client = client
client.temperature_range.state = LowHighRange.LOW
client.fault = None