Add Assist, cameras, energy row, and local/Nabu Casa failover - #9
Open
atoulmin wants to merge 1 commit into
Open
Add Assist, cameras, energy row, and local/Nabu Casa failover#9atoulmin wants to merge 1 commit into
atoulmin wants to merge 1 commit into
Conversation
Talk to Home Assistant Assist from the bar, show configurable camera stills and an energy summary, and fail over from a local URL to Nabu Casa when the LAN is unreachable. Assist uses the preferred or selected pipeline over the existing websocket. Cameras refresh only while the panel is open; a click plays the go2rtc main stream in a muted mpv window. Settings gain a Panel tab for cameras, battery sensors, and pipeline, plus separate local and remote addresses.
atoulmin
force-pushed
the
assist-cameras-energy
branch
from
August 17, 2026 02:10
ccf8658 to
861e1c9
Compare
Owner
|
Thank you for the PR, but there are too many changes in a single request. It's much easier to review and evaluate each change when changes are small and don't address multiple problems, so your idea to split them up is the right approach. The proposed local URL setting was already implemented by another contributor, and I merged it a few minutes ago. |
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.
Thanks for the original plugin — this builds on your bar/device work rather than replacing it.
This adds a few things we found ourselves wanting day to day: talk to Assist from the panel, show a few cameras and an energy summary, configure those from settings, and fail over from LAN to Nabu Casa when away from home.
Assist
assist_pipeline/run(intent stage) on the existing authenticated websocketomarchy-shell hass assist "…",hass assistClearCameras
~/.cache/omarchy/hass/cameras/(no camera tokens in QML)mpvwindow (omarchy-hass-camera); Esc or click quitsEnergy
Connection
Connected locallyorConnected via Nabu Casainstead of the old activity summary (1 on)baseUrlconfigs migrate to the local URLSettings
Tests
Happy to split this if you would rather review Assist / cameras / connection as separate PRs.