Skip to content
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

Latest HA Core Update Broke Hubitat Integration #243

Closed
cyclone182 opened this issue Jan 3, 2024 · 6 comments
Closed

Latest HA Core Update Broke Hubitat Integration #243

cyclone182 opened this issue Jan 3, 2024 · 6 comments

Comments

@cyclone182
Copy link

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
Copy link

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
Copy link

mjlev314 commented Jan 3, 2024

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
Copy link
Owner

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

@mjlev314
Copy link

mjlev314 commented Jan 3, 2024

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
Copy link
Author

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

@SvenRitter
Copy link

all works with 0.9.17
thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants