Compare commits

..

1 Commits

Author SHA1 Message Date
Jean-Marc Collin a5f74ec201 Add _entity_component_unrecorded_attributes to exclude attributes from record 2023-10-28 18:04:51 +02:00
@@ -148,7 +148,7 @@ class UnderlyingEntity:
self._entity_id,
)
await self.set_hvac_mode(hvac_mode)
elif hvac_mode != HVACMode.OFF and not self.is_device_active:
elif hvac_mode != HVACMode.OFF and self.is_device_active:
_LOGGER.warning(
"%s - The hvac mode is ON, but the underlying device is not ON. Turning on device %s",
self,