mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add entities for Balboa Spa lights (#111252)
This commit is contained in:
@@ -57,6 +57,7 @@ def client_fixture() -> Generator[MagicMock, None, None]:
|
||||
client.heat_mode.set_state = AsyncMock()
|
||||
client.heat_mode.options = list(HeatMode)[:2]
|
||||
client.heat_state = 2
|
||||
client.lights = []
|
||||
client.pumps = []
|
||||
|
||||
yield client
|
||||
|
||||
Reference in New Issue
Block a user