-
Notifications
You must be signed in to change notification settings - Fork 119
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
New alarm control panel state property and state enum (new as of Home Assistant Core 2024.11) #1055
Comments
Thanks for the heads-up, I will adopt this in the upcoming release. |
There's more that will break in 2024.11
|
You mean 2025.11 🙂 |
I could have sworn I double checked that was 2024 🤦♂️ Would you like me to open a separate issue? |
Also the names of the notifications are ordered by name. The newly added notifications always appears at the end of the list. |
FYI, sounds like there is ongoing work to rewrite notify, see architecture discussion and PR links here: |
New from the Home Assistant Developer Docs is news about "New alarm control panel state property and state enum":
As of Home Assistant Core 2024.11, we have introduced the
alarm_state
property in theAlarmControlPanelEntity
. This newly added property should be used instead of directly setting thestate
property.The new
alarm_state
property should return its state using the newAlarmControlPanelState
enum instead of as previously, setting the state using theSTATE_ALARM_*
constants.There is a one-year deprecation period, and the constants will stop working from 2025.11 to ensure all custom integration authors have time to adjust.
Example:
More details can be found in the alarm control panel documentation.
Checklist
Proposal
[clear description of what you want to see changed or added]
Additional info
[some example of how the new functionality should look like]
The text was updated successfully, but these errors were encountered: