Update notification command_webview for behavior improvements - #1375
Open
markfrancisonly wants to merge 6 commits into
Open
Update notification command_webview for behavior improvements#1375markfrancisonly wants to merge 6 commits into
markfrancisonly wants to merge 6 commits into
Conversation
4 tasks
The reload value acts on the open page on any server version, only navigating in place needs the navigate command from Home Assistant 2025.6. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This reverts commit e029836.
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
Documents the updated
command_webviewbehavior from home-assistant/android#7163. When the app is already open and showing the targeted server, the command now acts on the open page in place instead of relaunching the app: it navigates to the requested path or entity (Home Assistant 2025.6 or later), and a newreloadvalue reloads the page without cached data to release resources like camera streams.Updates the
command_webviewtable row, adds a BETA paragraph describing the in-place behavior, and adds a reload example.Type of change
Checklist
Additional information