Make UIX Broker open /config/logs in full mode #578
Closed
Mariusthvdb
started this conversation in
Ideas
Replies: 5 comments 10 replies
This comment has been hidden.
This comment has been hidden.
|
OK. Breaking this up.
Method:
- realm: browser
reentrant: false
listen:
- uix-broker-ready
- uix_update
debug: true
anchor: "&home-assistant"
rules:
- type: panel
path: fullUrlPath
match: "config/system"
- anchor: "&home-assistant"
match: "{!.hass.auth.external}"
directives:
- type: property
anchor: "&home-assistant $ home-assistant-main $ ha-config-system-navigation $ ha-config-navigation-list $ ha-list-item-button:nth-of-type(4) $ a#item"
set: target
value: "_blank" |
0 replies
Method:
- realm: browser
listen: uix-broker-ready
debug: true
anchor: "&home-assistant"
rules:
- type: panel
path: fullUrlPath
match: "config/logs"
- type: search
path: noUixBroker
match:
exists: false
directives:
- type: property
anchor: "&home-assistant $ home-assistant-main $ ha-drawer partial-panel-resolver ha-panel-config ha-config-logs"
set: _detail
value: true
- type: property
anchor: "&home-assistant $ home-assistant-main $ ha-config-logs $ hass-subpage div.content error-log-card"
set: _wrapLines
value: false
- type: event
target: window
name: hass-kiosk-mode
data:
enable: true
- type: property
anchor: "&home-assistant $ home-assistant-main $ ha-config-logs $ hass-subpage $ div.toolbar div.toolbar-content"
set: style.display
value: "none"
- type: call
anchor: "&home-assistant"
method: style.setProperty
args:
- --header-height
- 0px
- type: call
anchor: "&home-assistant"
method: style.setProperty
args:
- --error-log-card-height
- calc(100vh - 199px) |
2 replies
|
Now, putting 1 and 2 together... Result: Screen.Recording.2026-09-02.at.11.31.31.am.mov |
6 replies
|
Now UIX Guide - https://uix-guides.lf.technology/broker/2026/09/06/broker-config-logs.html |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
since per todays 2026.09.01 Supervisor we got the notification add-on/app Logviewer is taken out of the store, we have to use the builtin log system in HA.
as that opens in abridged Log mode, and Id love a dedicated window to the streaming log, like the Logviewer app provides, I wondered if UIX broker could do that.
Id like to keep the regular landing at /config/logs as is though, so not sure if Broker can do so only in a certain view?
All reactions