Add hvac_action to flexit_bacnet climate entity (#110498)
* Add hvac_action to flexit_bacnet climate entity Also add extra state attributes * Remove extra state attrs * Change hvac action to heating
This commit is contained in:
parent
730fe760cf
commit
d44e389844
3 changed files with 10 additions and 0 deletions
|
@ -60,6 +60,7 @@ def mock_flexit_bacnet() -> Generator[AsyncMock, None, None]:
|
|||
flexit_bacnet.heat_exchanger_efficiency = 81
|
||||
flexit_bacnet.heat_exchanger_speed = 100
|
||||
flexit_bacnet.air_filter_polluted = False
|
||||
flexit_bacnet.air_filter_exchange_interval = 8784
|
||||
flexit_bacnet.electric_heater = True
|
||||
|
||||
# Mock fan setpoints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue