-
Notifications
You must be signed in to change notification settings - Fork 82
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
HA 2024.11 #1237
Comments
I also have:
and
|
HI, same issue here. TY |
same here after updating HA to 2024.11 |
Hello |
fixed in latest revision, thanks |
I think this is still unfixed.
|
+1 |
Confirming too Logger: homeassistant.components.alarm_control_panel Entity None (<class 'custom_components.eufy_security.alarm_control_panel.EufySecurityAlarmControlPanel'>) is setting state directly which will stop working in HA Core 2025.11. Entities should implement the 'alarm_state' property and return its state using the AlarmControlPanelState enum, please report it to the custom integration author Is this an issue with the Alarm Control Panel HA Integration or Eufy Security? i also get the same error with Logger: homeassistant.components.alarm_control_panel Entity None (<class 'custom_components.alexa_media.alarm_control_panel.AlexaAlarmControlPanel'>) is setting state directly which will stop working in HA Core 2025.11. Entities should implement the 'alarm_state' property and return its state using the AlarmControlPanelState enum, please report it to the custom integration author. |
can you open a separate issue? I had focused on initial one only. just move into a new in an easy way. |
anyway, fixed it, give it a try after new revision is released |
That was fast. Thanks. |
Looks like fixed. Thank you |
Logger: homeassistant.const
Bron: helpers/deprecation.py:222
Eerst voorgekomen: 10:44:57 (6 gebeurtenissen)
Laatst gelogd: 10:45:05
STATE_ALARM_ARMED_AWAY was used from eufy_security, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_AWAY instead, please report it to the author of the 'eufy_security' custom integration
STATE_ALARM_ARMED_HOME was used from eufy_security, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_HOME instead, please report it to the author of the 'eufy_security' custom integration
STATE_ALARM_DISARMED was used from eufy_security, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMED instead, please report it to the author of the 'eufy_security' custom integration
STATE_ALARM_TRIGGERED was used from eufy_security, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.TRIGGERED instead, please report it to the author of the 'eufy_security' custom integration
The text was updated successfully, but these errors were encountered: