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

HA 2024.11 #1237

Closed
larsoss opened this issue Nov 5, 2024 · 13 comments
Closed

HA 2024.11 #1237

larsoss opened this issue Nov 5, 2024 · 13 comments

Comments

@larsoss
Copy link

larsoss commented Nov 5, 2024

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

@alexh3o
Copy link

alexh3o commented Nov 7, 2024

I also have:

Logger: homeassistant.core
Source: helpers/deprecation.py:222
First occurred: 22:44:45 (1 occurrences)
Last logged: 22:44:45

Config was used from eufy_security, this is a deprecated alias which will be removed in HA Core 2025.11. Use homeassistant.core_config.Config instead, please report it to the author of the 'eufy_security' custom integration

and

Logger: homeassistant.components.alarm_control_panel
Source: components/alarm_control_panel/__init__.py:210
integration: Alarm control panel (documentation, issues)
First occurred: 22:44:50 (1 occurrences)
Last logged: 22:44:50

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.

@z-master42
Copy link
Contributor

Config see #1231
Deprecated constants see #1240

@Dzoker2
Copy link

Dzoker2 commented Nov 8, 2024

HI, same issue here.

TY

@misc2000
Copy link

same here after updating HA to 2024.11

@toto25550
Copy link

Hello
Same warning since last update

@fuatakgun
Copy link
Owner

fixed in latest revision, thanks

@z-master42
Copy link
Contributor

z-master42 commented Nov 23, 2024

I think this is still unfixed.

Logger: homeassistant.components.alarm_control_panel 
Source: components/alarm_control_panel/__init__.py:210 
integration: Alarm control panel (documentation, issues) 
First occurred: 22:44:50 (1 occurrences)
Last logged: 22:44:50
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.

@akicker
Copy link

akicker commented Nov 23, 2024

+1

@Dzoker2
Copy link

Dzoker2 commented Nov 23, 2024

Confirming too

Logger: homeassistant.components.alarm_control_panel
Source: components/alarm_control_panel/init.py:210
integration: Alarm control panel (documentation, issues)
First occurred: 15:14:05 (8 occurrences)
Last logged: 15:14:20

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
Source: components/alarm_control_panel/init.py:210
integration: Alarm control panel (documentation, issues)
First occurred: 15:14:05 (8 occurrences)
Last logged: 15:14:20

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.

@fuatakgun
Copy link
Owner

can you open a separate issue? I had focused on initial one only. just move into a new in an easy way.

@fuatakgun
Copy link
Owner

anyway, fixed it, give it a try after new revision is released

@fuatakgun fuatakgun reopened this Nov 23, 2024
@z-master42
Copy link
Contributor

That was fast. Thanks.

@Dzoker2
Copy link

Dzoker2 commented Nov 24, 2024

Looks like fixed.

Thank you

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

8 participants