|
AttributeError: 'AiotACPartnerP3Entity' object has no attribute '__attr_hvac_mode'. Did you mean: '__attr_hvac_modes'?
2025-02-27 20:03:34.257 ERROR (MainThread) [homeassistant.components.climate] Error adding entity climate.aqara_4885e9_ac_partner_p3 for domain climate with platform aqara_bridge
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 928, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1384, in add_to_platform_finish
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1148, in _async_write_ha_state
self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1085, in __async_calculate_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1029, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 353, in state
hvac_mode = self.hvac_mode
^^^^^^^^^^^^^^
File "src/propcache/_helpers_c.pyx", line 80, in propcache._helpers_c.cached_property.__get__
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 485, in hvac_mode
return self._attr_hvac_mode
^^^^^^^^^^^^^^^^^^^^ |
|