sermatec-opensource / homeassistant-sermatec-inverter

Home Assistant custom component for the Sermatec solar inverter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solar_inverter_battery_temperature wrong unit

andreondra opened this issue · comments

In the newest version the Home Assistant reports:

Entity sensor.solar_inverter_battery_temperature (<class 'custom_components.sermatec_inverter.sensor.SermatecSensor'>) is using native unit of measurement '˚C' which is not a valid unit for the device class ('temperature') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.

Issue spotted, the char used in unit string was not the good one, PR on the way ...