jason0x43 / hacs-hubitat

A Hubitat integration for Home Assistant
MIT License
189 stars 46 forks source link

Latest HA Core Update Broke Hubitat Integration #243

Closed cyclone182 closed 6 months ago

cyclone182 commented 6 months ago

Just updated my HA core to 2024.1.0 and all my Hubitat entities became unavailable, Hubitat integration says Not Loaded. Tried restarting Hubitat and HA, no change. Going to have to roll back the HA update it seems. Any ideas?

SvenRitter commented 6 months ago

same here. Also updated Hubitat C8 to 2.3.7.145. No Change. Rolled HA back to 2023.12.4. With that Hubitat Integration is fine again.

mjlev314 commented 6 months ago

Here's the errors: 2024-01-03 13:42:36.977 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hubitat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-01-03 13:42:40.111 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_AWAY was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_AWAY instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues 2024-01-03 13:42:40.113 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_HOME was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_HOME instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues 2024-01-03 13:42:40.114 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_NIGHT was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_NIGHT instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues 2024-01-03 13:42:40.116 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_TRIGGER was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.TRIGGER instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues 2024-01-03 13:42:40.117 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_AWAY was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_AWAY instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues 2024-01-03 13:42:40.120 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_HOME was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_HOME instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues 2024-01-03 13:42:40.121 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_NIGHT was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_NIGHT instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues 2024-01-03 13:42:40.123 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_TRIGGER was used from hubitat, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.TRIGGER instead, please create a bug report at https://github.com/jason0x43/hacs-hubitat/issues

jason0x43 commented 6 months ago

Make sure you've updated to the most recent release of the integration (v0.9.17 at the moment).

mjlev314 commented 6 months ago

Yea, I looked at the code and the current "alarm_control_panel.py" appears to use the new constants: "Device_Command.DISARM", etc. I'll update the Plug-in. Thanks...

cyclone182 commented 6 months ago

I wasn’t on the latest integration version, that was my problem. Seems to be ok now, thanks!

SvenRitter commented 6 months ago

all works with 0.9.17 thx