dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
552 stars 106 forks source link

Values ​​are unavailable #283

Closed sidwin9 closed 1 year ago

sidwin9 commented 1 year ago

All Thermal Comfort values ​​are unavailable since Home Assistant 2023.3.0 update.

iMiMx commented 1 year ago

Upgrading to 2.1.1 - released about 3 hours ago - fixed this issue for me. Possibly it doesn't show as an upgrade, until you're already on 2023.3.0./

ssna commented 1 year ago

Add me with thermal comfort not available on 2023.3.1 after upgrade from 2023.2.?. Not sure this helps

Logger: homeassistant.components.sensor Source: custom_components/thermal_comfort/sensor.py:473 Integration: Sensor (documentation, issues) First occurred: 8:14:18 AM (4 occurrences) Last logged: 8:14:18 AM

Error while setting up thermal_comfort platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 293, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/thermal_comfort/sensor.py", line 470, in async_setup_entry entities: list[SensorThermalComfort] = [ File "/config/custom_components/thermal_comfort/sensor.py", line 473, in entity_description=SensorEntityDescription(**SENSOR_TYPES[sensor_type]), TypeError: SensorEntityDescription.init() got an unexpected keyword argument 'native_precision'

rautesamtr commented 1 year ago

Same issue you need to update to thermal comfort 2.1.1 and do a restart

ssna commented 1 year ago

2.1.1 fixed it. It wasn't showing as an upgrade when I originally noticed it. Maybe I didn't check again before posting.