forked from home-assistant/core
Fix balboa mocks (#144264)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user