-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Add code_arm_required to manual alarm with MQTT #22641
Conversation
I've included changed to both mqtt alarms and init.py to fix issue 22263. This is due to more-info-alarm_control_panel.js not having visibility of code_arm_required. |
Related: #22618 |
@JumpMaster Changes to the base component should be approved in an architecture issue. |
Thanks. I've raised issue 189 |
Description:
Add code_arm_required to the manual alarm with mqtt as per the mqtt alarm. This option bypasses the code check if code_arm_required is false.
Related issue (if applicable): fixes #22263
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#9087
Example entry for
configuration.yaml
(if applicable):Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.If the code does not interact with devices: