I would like to be able to arm home or arm away without entering the code on my HA UI. If code:
is defined in the configuration.yaml, it allows disarming without the code, which is unacceptable for my implementation. The manual alarm integration has a configuration option: code_arm_away
, that will allow for arming without the code. This would be useful for the envisalink integration as well.
I have the same issue, any suggestions to be able to ARM without the code yet have the UI Display the disarm panel when armed?
Agreed. Google Assistant asks me for the code just to alarm, when just a button on the alarm panel can activate it.
Agreed. The developer tools shows the integration has an attribute ‘code_arm_required’ and is set to true. This would solve the issue if it were false, but I cannot find a way to change it programmatically. Nor can I locate where this is specified although it’s shown in the developer tools. Any idea where this YAML is hiding?
For anyone else with this question here is the solution I found:
After searching I find that the Alarm Control Panel integration has a set of services - one in particular is
Alarm control panel: Arm away
and it has an optional spot to add a code to arm the control panel with.
So that solves the problem.