dolezsa / thermal_comfort

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

device_state_attributes #139

Closed JackTalisker closed 2 years ago

JackTalisker commented 2 years ago

This is not an issue at the moment but HA asks me kindly to report it to the author:

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:583
First occurred: 08:05:11 (20 occurrences)
Last logged: 08:05:11

Entity sensor.terrace_perception (<class 'custom_components.thermal_comfort.sensor.SensorThermalComfort'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.rear_absolutehumidity (<class 'custom_components.thermal_comfort.sensor.SensorThermalComfort'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.rear_heatindex (<class 'custom_components.thermal_comfort.sensor.SensorThermalComfort'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.rear_dewpoint (<class 'custom_components.thermal_comfort.sensor.SensorThermalComfort'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.rear_perception (<class 'custom_components.thermal_comfort.sensor.SensorThermalComfort'>) implements device_state_attributes. Please report it to the custom component author.
JackTalisker commented 2 years ago

sorry, seems to be fixed here: https://github.com/dolezsa/thermal_comfort/pull/32