mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add fault event to balboa (#138623)
* Add fault sensor to balboa * Use an event instead of sensor for faults * Don't set fault initially in conftest * Use event type per fault message code * Set fault to None in conftest
This commit is contained in:
@@ -68,4 +68,6 @@ def client_fixture() -> Generator[MagicMock]:
|
||||
client.pumps = []
|
||||
client.temperature_range.state = LowHighRange.LOW
|
||||
|
||||
client.fault = None
|
||||
|
||||
yield client
|
||||
|
||||
Reference in New Issue
Block a user