We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using information about HA User for interaction
All HA Users are not at home --> ARM At least one User is coming --> disarm
The text was updated successfully, but these errors were encountered:
Use can achieve this easily with 2 automations.
mode: single triggers: - trigger: state entity_id: - person.userOne - person.userTwo to: not_home conditions: - condition: state entity_id: - person.userOne - person.userTwo state: not_home actions: - action: alarm_control_panel.alarm_arm_away data: code: "123456" target: entity_id: alarm_control_panel.my_alarm_panel
mode: single triggers: - trigger: state entity_id: - person.userOne - person.userTwo to: home conditions: - condition: not conditions: - condition: state entity_id: alarm_control_panel.my_alarm_panel state: disarmed actions: - action: alarm_control_panel.alarm_disarm data: code: "123456" target: entity_id: alarm_control_panel.my_alarm_panel
Hope this help 😊
Sorry, something went wrong.
No branches or pull requests
Checklist
Proposal
Using information about HA User for interaction
Additional info
All HA Users are not at home --> ARM
At least one User is coming --> disarm
The text was updated successfully, but these errors were encountered: