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
It seems that the new version of the home assistant is expecting "state_class" to be defined.
Describe the bug
To Reproduce
Open the integration in the newest version og homeassistant
Expected behavior
A clear and concise description of what you expected to happen.
Log file output
Follow the guideline in the README.md file and post the result here. Make sure to clean the information from account information.
The text was updated successfully, but these errors were encountered:
deepansteven
changed the title
[BUG] state_clasee is missing for the new version of homeassiatant
[BUG] state_class is missing for the new version of homeassiatant
Oct 7, 2024
deepansteven
changed the title
[BUG] state_class is missing for the new version of homeassiatant
[BUG] state_class is missing for the new version of home assistant
Oct 7, 2024
Well these exact 5 sensors do not have a state_class, or they do, it is just set to None which is a legal value according to the developer documentation. More people have seen this on lots of other extensions: home-assistant/core#127363
I set them to "None" beacuse I didn't think any of the "measurement", "measurement_increasing" types make sense. But I could make them "measurement" in the sense that they represent a current value without being an actual measurement.
Please help me help you:
It seems that the new version of the home assistant is expecting "state_class" to be defined.
Describe the bug
To Reproduce
Open the integration in the newest version og homeassistant
Expected behavior
A clear and concise description of what you expected to happen.
Log file output
Follow the guideline in the README.md file and post the result here. Make sure to clean the information from account information.
The text was updated successfully, but these errors were encountered: