-
Notifications
You must be signed in to change notification settings - Fork 94
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
[FEATURE REQ] Silent Mode #45
Comments
I'll add it to the list. You could also implement this in the meantime using automations: 1st Automation for notification
2nd Automation for siren using an input_boolean:
add an input_boolean to your configuration.yaml
You can then use this new input boolean as a switch in your home assistant front end to switch siren trigger on and off |
I did something similar to this, but with a "is someone home' condition. As @gazoscalvertos suggested, this is more for something to do with your automations in HA than something to be implemented on the alarm component. |
Thanks for all your work on this. I'd like to have an option to for a silent mode. Meaning if triggered I want to get my push bullet notifications but not turn on the siren. I know I can comment out the action
- entity_id: switch.siren service: switch.turn_on
but I would like the option in the Alarm panel to control if the siren will go off if alarm is triggered.
The text was updated successfully, but these errors were encountered: