Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home assistant log error no valid device classes #39

Open
zoeperman opened this issue Jun 10, 2024 · 0 comments
Open

Home assistant log error no valid device classes #39

zoeperman opened this issue Jun 10, 2024 · 0 comments

Comments

@zoeperman
Copy link

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`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant