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
I don't know if you noticed, but in addition to other warnings, I have this two warning in the log:
Logger: homeassistant.components.alarm_control_panel
Zdroj: components/alarm_control_panel/__init__.py:210
Integrácia: Ovládací panel alarmu (dokumentácia, problémy)
Entity None (<class 'custom_components.jablotron80.alarm_control_panel.Jablotron80AlarmControl'>) 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.
Logger: homeassistant.const
Zdroj: helpers/deprecation.py:222
STATE_ALARM_ARMED_CUSTOM_BYPASS was used from jablotron80, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_CUSTOM_BYPASS instead, please report it to the author of the 'jablotron80' custom integration
STATE_ALARM_PENDING was used from jablotron80, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.PENDING instead, please report it to the author of the 'jablotron80' custom integration
STATE_ALARM_ARMING was used from jablotron80, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMING instead, please report it to the author of the 'jablotron80' custom integration
STATE_ALARM_DISARMING was used from jablotron80, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMING instead, please report it to the author of the 'jablotron80' custom integration
STATE_ALARM_TRIGGERED was used from jablotron80, 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 'jablotron80' custom integration
The text was updated successfully, but these errors were encountered:
I don't know if you noticed, but in addition to other warnings, I have this two warning in the log:
The text was updated successfully, but these errors were encountered: