-
Notifications
You must be signed in to change notification settings - Fork 47
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
state_class missing after upgrading from 0.8.x to 0.9.8 #225
Comments
Noticed this after updating as well. Sensor entities are missing their device_class attributes. Binary sensors are working properly however. |
I lost functionality for my contact and temperature/humidity sensors, had to implement a workaround to add device_class for everything to work again; homeassistant: |
v0.9.12 fixes the missing device classes. I've also verified that sensor entities are reporting state classes. Give that a try. |
I upgraded to 0.9.14, deleted and re-added my hub to check the entity generation. Device classes are working correctly now but all the entity ID suffices are missing. For example, instead of |
I need to write more unit tests. 🤦♂️ |
That issue is fixed in 0.9.15. |
Updated the integration today from an old version, hoping that the state_class would show for my existing temperature and power (from smart sockets) sensors reading from my hubitat hub, but nothing changed. Is there any additional configuration required. I've rebooted HA more than once and managed to add state_class using a global customization, but I was hoping it would come straight from the integration. Hubitat currently in v: 2.3.5.146
The text was updated successfully, but these errors were encountered: