-
Notifications
You must be signed in to change notification settings - Fork 79
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
Alarm volume #250
Alarm volume #250
Conversation
Added `JSON_ALARM_VOLUME`. Renamed `API_ENDPOINT_DELETE` to `API_ENDPOINT_ALARM_DELETE`.
Added `GOOGLE_HOME_ALARM_DEFAULT_VALUE`
…OLUME_HIGH`, `ICON_ALARM_VOLUME_OFF`, `LABEL_ALARM_VOLUME`, `DEVICE_CLASS_ALARM_VOLUME`
Still doing some tests to check if everything is set up correctly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff, thank you @ArnyminerZ 🚀
There is some pylint error. Probably just disable |
Not sure if this is necessary, but added just in case
This needs to be documented in README. |
Added the Numbers section, not sure if it's a good name, but it's the one that Home Assistant gives so... 🤷🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks! 🎉
There is a merge conflict which needs to be resolved. |
The indices are shifted a bit 🙂 |
OMG this check is driving me crazy, so picky 😂 |
Fixed indices
@ArnyminerZ, are you using |
Yes I do, but my WSL machine is giving some problems, so some of them had to be manually fixed. |
Added an alarm volume entity.
I've set up it as an entity instead of an attribute, as suggested in #193 so the value can be modified easily through a number entity.