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
Entity None (<class 'custom_components.hikvision_axpro.alarm_control_panel.HikAxProPanel'>) 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.
Also reported after 2024.11 update.
The text was updated successfully, but these errors were encountered:
@petrleocompel this is the new error report from hass after updating to 3b2
Detected that custom integration 'hikvision_axpro' is setting state directly. Entity None (<class 'custom_components.hikvision_axpro.alarm_control_panel.HikAxProPanel'>) should implement the 'alarm_state' property and return its state using the AlarmControlPanelState enum at custom_components/hikvision_axpro/alarm_control_panel.py, line 44: async_add_entities(panels, False). This will stop working in Home Assistant 2025.11, please create a bug report at https://github.com/petrleocompel/hikaxpro_hacs/issues
Also reported after 2024.11 update.
The text was updated successfully, but these errors were encountered: