You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant.components.sensor
Source: components/sensor/__init__.py:709
integration: Sensor (documentation, issues)
First occurred: 6:25:07 PM (1 occurrences)
Last logged: 6:25:07 PM
Entity sensor.konnected_f0f5bd51a9e0_wifi_signal_2 (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('signal_strength') it is using; expected one of ['dB', 'dBm']; 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
HA reports:
In code:
WiFi signal is copied from source with a device class that requires dB as unit.
Set an explicit device class to make HA happy.
E.g. in ESPHome docs the device class of the % is set to "":
The text was updated successfully, but these errors were encountered: