-
Notifications
You must be signed in to change notification settings - Fork 110
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 2023.2 - state class and device class missmatch #288
Comments
I have exactly the same issue right now |
I see the same, not sure if it happened after updating to HA 2023.2 or when I updated the NordPool integration to latest version as I did both at the same time. |
Home Assistant 2023.2.1 I don't see this problem running the above versions. Updated HA today, but saw this bug report and decided to wait with updating nordpool integration. Is this problem causing the price info to not be received in HA? |
The price is still visible for me. It's just a state class / device class issue and triggers a warning in HA. |
Yeah, ill fix it in next release. |
Great =) Thanks ! |
0.0.11 and this "bug" is still here..... |
0.0.13 and this "bug" is still here..... |
Same here. Home Assistant 2023.2.5 and latest nordpool version Entity sensor.nordpool_kwh_fi_eur_3_10_01 (<class 'custom_components.nordpool.sensor.NordpoolSensor'>) state class 'measurement' which is impossible considering device class ('monetary') it is using; expected None or one of 'total'; Please update your configuration if your entity is manually configured, otherwise report to the custom integration author. |
It's not included because there is a PR awaiting for the code change here #309 |
this solution (change to state_class=total) is not the correct one. See #309 (comment) |
Entity sensor.nordpool_kwh_se2_sek_total (<class 'custom_components.nordpool.sensor.NordpoolSensor'>) is using state class 'measurement' which is impossible considering device class ('monetary') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Entity sensor.nordpool_kwh_se2_sek (<class 'custom_components.nordpool.sensor.NordpoolSensor'>) is using state class 'measurement' which is impossible considering device class ('monetary') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Running latest version of integration and home assistant and hacs
The text was updated successfully, but these errors were encountered: