mirror of
https://github.com/Andre0512/hon.git
synced 2026-03-06 07:52:16 +00:00
This is the warning showed in the registry log:
(<class 'custom_components.hon.sensor.HonSensorEntity'>) is using native unit of measurement 'kWh' which is not a valid unit for the device class ('power') it is using; expected one of ['W', 'kW', 'TW', 'GW', 'MW'];
|
||
|---|---|---|
| .. | ||
| translations | ||
| __init__.py | ||
| binary_sensor.py | ||
| button.py | ||
| climate.py | ||
| config_flow.py | ||
| const.py | ||
| entity.py | ||
| fan.py | ||
| light.py | ||
| lock.py | ||
| manifest.json | ||
| number.py | ||
| select.py | ||
| sensor.py | ||
| switch.py | ||
| typedefs.py | ||
| util.py | ||