You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm getting this errro after update, HOme assistant and To the last IRHVAC version.
It was working fine...
Thanks!!!
Logger: homeassistant.components.climate
Source: custom_components/tasmota_irhvac/climate.py:998
Integration: Climate (documentation, issues)
First occurred: 12:49:11 PM (2 occurrences)
Last logged: 12:49:11 PM
Error adding entities for domain climate with platform tasmota_irhvac
Error while setting up tasmota_irhvac platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 613, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 747, in add_to_platform_finish
await self.async_added_to_hass()
File "/config/custom_components/tasmota_irhvac/climate.py", line 525, in async_added_to_hass
self._async_update_temp(temp_sensor_state.state)
File "/config/custom_components/tasmota_irhvac/climate.py", line 998, in _async_update_temp
self._cur_temp = float(state.state)
AttributeError: 'str' object has no attribute 'state'
The text was updated successfully, but these errors were encountered:
Hi I'm getting this errro after update, HOme assistant and To the last IRHVAC version.
It was working fine...
Thanks!!!
Logger: homeassistant.components.climate
Source: custom_components/tasmota_irhvac/climate.py:998
Integration: Climate (documentation, issues)
First occurred: 12:49:11 PM (2 occurrences)
Last logged: 12:49:11 PM
Error adding entities for domain climate with platform tasmota_irhvac
Error while setting up tasmota_irhvac platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 613, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 747, in add_to_platform_finish
await self.async_added_to_hass()
File "/config/custom_components/tasmota_irhvac/climate.py", line 525, in async_added_to_hass
self._async_update_temp(temp_sensor_state.state)
File "/config/custom_components/tasmota_irhvac/climate.py", line 998, in _async_update_temp
self._cur_temp = float(state.state)
AttributeError: 'str' object has no attribute 'state'
The text was updated successfully, but these errors were encountered: