Add documentation for progress bar customization on Android#1297
Open
inukiwi wants to merge 6 commits intohome-assistant:masterfrom
Open
Add documentation for progress bar customization on Android#1297inukiwi wants to merge 6 commits intohome-assistant:masterfrom
inukiwi wants to merge 6 commits intohome-assistant:masterfrom
Conversation
4 tasks
TimoPtr
reviewed
Mar 5, 2026
TimoPtr
reviewed
Mar 5, 2026
TimoPtr
reviewed
Mar 5, 2026
TimoPtr
reviewed
Mar 5, 2026
TimoPtr
reviewed
Mar 5, 2026
TimoPtr
reviewed
Mar 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to the Companion Apps docs describing the new Android 16.0+ “progress-centric” notification progress bar customization options, including an example and screenshot.
Changes:
- Document progress bar styling options (segments, points, and icons/colors) for Android 16.0+ notifications.
- Add a YAML automation example demonstrating the new parameters.
- Add a screenshot asset illustrating the customized progress bar result.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/notifications/basic.md | Adds a new “Styling the progress bar” section with supported parameters, caveats, and an example. |
| static/assets/android/progress_bar_customized.png | Adds the screenshot referenced by the new documentation section. |
c0ffeeca7
reviewed
Mar 5, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Contributor
Author
|
Feedback has been implemented |
c0ffeeca7
reviewed
Mar 5, 2026
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Contributor
|
a merge conflict has appeared |
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.
Proposed change
This feature adds support for progress bar customization on Android 16.0+ devices, as shown here.

Screenshot of an example notification:
Type of change
Checklist
Additional information