-
Notifications
You must be signed in to change notification settings - Fork 289
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
Alexa Guard warning within log on 2024.1.0 Home Assistant #2161
Comments
It looks that after the update there are also other errors related to deprecated features. I don’t have Alexa Guard in my region but I noticed an error related to some light features values.
|
I faced this error as well |
"This entity is no longer being provided by the alexa_media integration." Was working a few days ago. Is the alarm entity no longer something we can get from this integration? EDIT - Seems Guard was made into a paid feature starting today, so that's why it's no longer here for me. |
I'm getting this same warning in the logs every few seconds. 2024-01-22 09:54:12.754 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_AWAY was used from alexa_media, 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/alandtse/alexa_media_player/issues |
Thats seem an easy fix.
replace contant ARM_AWAY with AlarmControlPanelEntityFeature.ARM_AWAY |
IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.
Describe the bug
Received a notice in my log files that says to open a bug report. Arming and Disarming of Alexa Guard continues to work, and I didn't see any other bug reports listing Alexa Guard:
Logger: homeassistant.components.alarm_control_panel
Source: helpers/deprecation.py:204
Integration: Alarm control panel (documentation, issues)
First occurred: 3:47:50 PM (80 occurrences)
Last logged: 9:02:01 PM
SUPPORT_ALARM_ARM_AWAY was used from alexa_media, 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/alandtse/alexa_media_player/issues
To Reproduce
Simply started receiving this after upgrading to 2024.1.0 HA and the latest 4.9.0 version of Alexa Media player. Everything else seems to be working fine.
Expected behavior
N/A
Screenshots
System details
const.py
or HA startup): 4.9.0pip show alexapy
or HA startup): ??Logs
Please provide logs.
Additional context
The text was updated successfully, but these errors were encountered: