You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant.components.alarm_control_panel
Source: components/alarm_control_panel/init.py:210
integration: Alarm control panel (documentation, issues)
First occurred: 23:04:23 (1 occurrences)
Last logged: 23:04:23
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.
To Reproduce: Open the HA log
Go to 'Settings'
Click on 'System/Logs'
See error
Expected behavior: Not to see the error in the log
System details
Home Assistant version: 2024.11.3
alexa_media version (from const.py or HA startup log): 4.13.8
alexapy version (from pip show alexapy in homeasssistant container or HA startup log): I don't know how to find this
Is Amazon 2FA/2SV enabled <!---We will not debug login issues if unanswered---> (y/n): Y
Amazon Domain: Amazon.com
Debug Logs (alexa_media & alexapy)
2024-11-23 23:04:23.562 DEBUG (MainThread) [custom_components.alexa_media.helpers] M*****o@y*******m: Adding []
2024-11-23 23:04:23.562 WARNING (MainThread) [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.
I gave it my best to follow the template.
Thank you
The text was updated successfully, but these errors were encountered:
Describe the bug: Error in the HA Log
Logger: homeassistant.components.alarm_control_panel
Source: components/alarm_control_panel/init.py:210
integration: Alarm control panel (documentation, issues)
First occurred: 23:04:23 (1 occurrences)
Last logged: 23:04:23
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.
To Reproduce: Open the HA log
Expected behavior: Not to see the error in the log
System details
const.py
or HA startup log): 4.13.8pip show alexapy
in homeasssistant container or HA startup log): I don't know how to find thisDebug Logs (alexa_media & alexapy)
2024-11-23 23:04:23.562 DEBUG (MainThread) [custom_components.alexa_media.helpers] M*****o@y*******m: Adding []
2024-11-23 23:04:23.562 WARNING (MainThread) [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.
I gave it my best to follow the template.
Thank you
The text was updated successfully, but these errors were encountered: