mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix balboa mocks (#144264)
This commit is contained in:
parent
aa8dfa760d
commit
d775e443f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user