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
And the issue can be fixed in ha_pycrowipmodule by adding the _attr_code_arm_required line (see below) into the alarm_control_panel.py file.
class CrowIPModuleAlarm(CrowIPModuleDevice, alarm.AlarmControlPanelEntity):
"""Representation of an Crow IP Module-based alarm panel."""
_attr_code_arm_required = False
The text was updated successfully, but these errors were encountered:
For reference in case anyone else finds this issue, trying to arm or disarm the alarm fails if you have a code in place, with error:
Failed to call service alarm_control_panel/alarm_arm_away. Validation error: Arming requires a code but none was given for alarm_control_panel.home
This has been discussed in
home-assistant/core#118668
And the issue can be fixed in ha_pycrowipmodule by adding the _attr_code_arm_required line (see below) into the alarm_control_panel.py file.
The text was updated successfully, but these errors were encountered: