groston
(Gerry Roston)
May 19, 2022, 3:43pm
1
I have my sidebar slightly customized – basically it shows a few extra items. I just upgraded HA to version 8.0, and after so doing, the ‘Server Controls’ control no longer works. When I click it, I get a blank screen. What should I do to fix this?
groston
(Gerry Roston)
May 19, 2022, 4:07pm
2
OK - I fixed this. In configuration.yaml, I changed url_path: config/server_control to url_path: ‘developer-tools/yaml’ and it is now working again.
tom_l
May 19, 2022, 4:10pm
3
That has nothing to do with the OS release. I posted the fix in the 2022.5 core release notes topic.
For anyone using these shortcuts in the side menu
They require a small update:
panel_custom:
- name: panel-redirect
url_path: redirect-server-controls
sidebar_title: Server Controls
sidebar_icon: mdi:server
module_url: /local/panel-redirect.js
config:
target: /developer-tools/yaml
- name: panel-redirect
url_path: redirect-logs
sidebar_title: Logs
sidebar_icon: mdi:math-log
module_url: /local/panel-redirect.js
config:
target: /config/log…