mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix balboa mocks (#144264)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user