mawinkler / astroweather

Asynchronous Astro Weather Forecast for Home Assistant
GNU General Public License v3.0
69 stars 9 forks source link

Warning for transparencey sensor when running core 2023.2.2 #25

Closed tomlut closed 1 year ago

tomlut commented 1 year ago

Logger: homeassistant.components.sensor Source: components/sensor/init.py:608 Integration: Sensor (documentation, issues) First occurred: 23:07:31 (1 occurrences) Last logged: 23:07:31

Sensor sensor.astroweather_transparency_plain has device class None, state class None and unit mag thus indicating it has a numeric value; however, it has the non-numeric value: 0.5-0.6 (<class 'str'>); Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.

mawinkler commented 1 year ago

Thank you for reporting. Fixed it in the main branch. Releases will follow.

mawinkler commented 1 year ago

issue solved, closing it.

tomlut commented 1 year ago

Thanks for the quick resolution Markus.