Mean power Update (#150)
* Mean power should not multiply power setup + Documentation * Update test to use device_power
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user