-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
Deprecate ios push config (in favor of inline actions) #61078
Conversation
Hey there @robbiet480, mind taking a look at this pull request as it has been labeled with an integration ( |
This PR needs to be marked as a breaking change and needs a breaking change section in the PR description. |
Oh, deprecations are breaking changes? Gotcha. Will update. |
Well, yes/no. Deprecated will be logged, but the reason why is not clear from just this. The "breaking changes" marker adds this PR to the breaking changes section of the release notes, so we can explain "why" this is deprecated now. |
Added the section. I don't think I have the relevant permission to change the labels. |
## Summary Alerts if there are any notification categories (local or synced) if the user is an admin on any of their servers. The configuration is marked as deprecated in home-assistant/core#61078 and will produce warnings until it's removed from there as well.
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.
Thanks, @zacwest 👍
Breaking change
The Home Assistant iOS/macOS app supports notification actions defined in the notification itself; the old method of defining categories with actions will be removed in the future.
Proposed change
Marks the
push
config as deprecated. Since iOS-2021.5 and macOS-2021.10, notification actions do not require setting up push configs in advance.Support for push configs will be removed from iOS in the near future (I'll ref this PR for the warning start iOS-side, too), so it is time to start warning about it when configured in configuration.yaml.
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: