1
0
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:
Sebastian Noack
2024-02-28 10:29:40 -05:00
committed by GitHub
parent b336095239
commit df61d0a29d
5 changed files with 131 additions and 1 deletions

View File

@@ -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