mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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.heat_state = 2
|
||||||
client.lights = []
|
client.lights = []
|
||||||
client.pumps = []
|
client.pumps = []
|
||||||
|
client.temperature_range.client = client
|
||||||
client.temperature_range.state = LowHighRange.LOW
|
client.temperature_range.state = LowHighRange.LOW
|
||||||
|
|
||||||
client.fault = None
|
client.fault = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user