✨ Update Volume Levels Based on Alarm Mode and Refactor Keypad Automation#36
Open
olibos wants to merge 2 commits intoImSorryButWho:mainfrom
Open
✨ Update Volume Levels Based on Alarm Mode and Refactor Keypad Automation#36olibos wants to merge 2 commits intoImSorryButWho:mainfrom
olibos wants to merge 2 commits intoImSorryButWho:mainfrom
Conversation
- Volumes based on alarm mode - Alias armed_night to armed_home - Alias armed_vacation to armed_away - Refactor keypad automation actions to use "action" instead of "service" actions.
Closed
|
It works very well for me ! @ImSorryButWho , I thinks it's a good idea to include this modification. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
First of all, thank you for this excellent blueprint!
I wanted to share my use case, as I'm among those who use the Night Alarm feature. In my setup, the alarm is automatically armed and disarmed based on time and specific conditions. I’ve reviewed #29 and #28, and in my case, I prefer having a distinct "night" mode. This is because the keypad is close to the bedrooms, and I don’t want it announcing "Home and armed" or "Disarmed" while my children are asleep. However, I still appreciate the visual indicator (red icon) to remind me the alarm is active when I open the door late at night.
Here's how I've adjusted the automation to fit my needs:
armed_nightandarmed_vacation, which are mapped to the existing handlers (armed_homeandarmed_away) to keep the logic simple and avoid over-complication.armed_homeanddisarmhandlers to adjust the volume based on normal or night modes.Note: Since Home Assistant is transitioning from "service" to "action" syntax, I've refactored the automation to align with this update.
Don't hesitate to try it and give some feedback! 😊
