Skip to content
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 Arm Max service to alarm_control_panel #60

Closed
abarbaccia opened this issue Aug 21, 2018 · 2 comments
Closed

Add Arm Max service to alarm_control_panel #60

abarbaccia opened this issue Aug 21, 2018 · 2 comments

Comments

@abarbaccia
Copy link

Alarms typically have different ways of arming. The two most basic forms are:

  1. Arm Home -- arms perimeter only (no motion sensors)
  2. Arm Away -- arms both perimeter + motion sensors

In addition, there are more secure versions for each of these modes, where there is no entry delay. In these circumstances, when someone trips the alarm, the siren goes off immediately (vs. beeping first and allowing someone to enter a code to disarm). These modes are:

  1. Arm Night -- same as arm home (perimeter only), but no entry delay
  2. Arm Max -- same as arm away (perimeter + motion), but no entry delay. Sometimes this is also called "vacation mode"

We currently implement #1-3 in the alarm_control_panel architecture. This issue requests to add functionality for #4.

@abarbaccia
Copy link
Author

PR to implement arm max:
home-assistant/core#16051

@frenck
Copy link
Member

frenck commented May 11, 2023

This architecture issue is old, stale, and possibly obsolete. Things changed a lot over the years. Additionally, we have been moving to discussions for these architectural discussions.

For that reason, I'm going to close this issue.

../Frenck

@frenck frenck closed this as not planned Won't fix, can't repro, duplicate, stale May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants