wichers / esphome-comfoair

ESPHome configuration to drive Zehnder ComfoAir devices.
GNU General Public License v3.0
57 stars 30 forks source link

Home assistant log error no valid device classes #39

Open zoeperman opened 5 months ago

zoeperman commented 5 months ago

I got this warnings in HA because the device classes aren't good. Is this a known issue?

HA version: 2024.6.1 ESPhome: 2024.5.5

`Logger: homeassistant.components.sensor Bron: components/sensor/init.py:732 integratie: Sensor (documentatie, problemen) Eerst voorgekomen: 20:36:04 (4 gebeurtenissen) Laatst gelogd: 20:36:04

Entity sensor.esphome_web_b7d627_intake_fan_speed (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('speed') it is using; expected one of ['mm/d', 'Beaufort', 'kn', 'ft/s', 'mm/h', 'in/h', 'm/s', 'km/h', 'mph', 'in/d']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 Entity sensor.esphome_web_b7d627_exhaust_fan_speed (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('speed') it is using; expected one of ['mm/d', 'Beaufort', 'kn', 'ft/s', 'mm/h', 'in/h', 'm/s', 'km/h', 'mph', 'in/d']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 Entity sensor.esphome_web_b7d627_intake_fan_speed_rpm (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement 'RPM' which is not a valid unit for the device class ('speed') it is using; expected one of ['mm/d', 'Beaufort', 'kn', 'ft/s', 'mm/h', 'in/h', 'm/s', 'km/h', 'mph', 'in/d']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 Entity sensor.esphome_web_b7d627_exhaust_fan_speed_rpm (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement 'RPM' which is not a valid unit for the device class ('speed') it is using; expected one of ['mm/d', 'Beaufort', 'kn', 'ft/s', 'mm/h', 'in/h', 'm/s', 'km/h', 'mph', 'in/d']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22`

`Logger: homeassistant.components.sensor Bron: components/sensor/init.py:570 integratie: Sensor (documentatie, problemen) Eerst voorgekomen: 20:36:04 (2 gebeurtenissen) Laatst gelogd: 20:36:04

Entity sensor.esphome_web_b7d627_return_air_level (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using state class 'measurement' which is impossible considering device class ('volume') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 Entity sensor.esphome_web_b7d627_supply_air_level (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using state class 'measurement' which is impossible considering device class ('volume') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22`