Mean power Update (#150)

* Mean power should not multiply power setup + Documentation

* Update test to use device_power
This commit is contained in:
adi90x
2023-11-03 23:31:41 +01:00
committed by GitHub
parent 5e6b477174
commit 9abcd98f52
4 changed files with 6 additions and 4 deletions

View File

@@ -934,8 +934,7 @@ class BaseThermostat(ClimateEntity, RestoreEntity):
return None
return float(
self.nb_underlying_entities
* self._device_power
self._device_power
* self._prop_algorithm.on_percent
)