Checklist
Describe the issue you are experiencing
Documentation does a lot of places say that you can copy URL from your browsers address bar, decode it and paste into YAML. If I in the code (a button card refering to a configured network storage) below change the %2F to / the button will no longer work
show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: >-
/media-browser/browser/app,/media-source:%2F%2Fmedia_source%2Flocal%2FCameraRecordings%2FDriveway
icon: mdi:camera-image
color: accent
name: Driveway recordings
grid_options:
columns: 1
rows: 2
icon_height: 40px
Examle of documentation:
https://www.home-assistant.io/integrations/media_source/
Describe the behavior you expected
Since the media-source and media-browser URI shown in documentation contains non-encoded forward-slashes I would exect that is the correct setup, even though that will make it impossible to use paths with / as part of the name. The error reporting gives not clue about why it does not work with non-encoded slashes.
Steps to reproduce the issue
...
What version of Home Assistant Core has the issue?
Core 2026.3.4
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
No response
Which operating system are you using to run this browser?
Win10
State of relevant entities
Problem-relevant frontend configuration
JavaScript errors shown in your browser console/inspector
Additional information
No response
Checklist
Describe the issue you are experiencing
Documentation does a lot of places say that you can copy URL from your browsers address bar, decode it and paste into YAML. If I in the code (a button card refering to a configured network storage) below change the %2F to / the button will no longer work
show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: >-
/media-browser/browser/app,/media-source:%2F%2Fmedia_source%2Flocal%2FCameraRecordings%2FDriveway
icon: mdi:camera-image
color: accent
name: Driveway recordings
grid_options:
columns: 1
rows: 2
icon_height: 40px
Examle of documentation:
https://www.home-assistant.io/integrations/media_source/
Describe the behavior you expected
Since the media-source and media-browser URI shown in documentation contains non-encoded forward-slashes I would exect that is the correct setup, even though that will make it impossible to use paths with / as part of the name. The error reporting gives not clue about why it does not work with non-encoded slashes.
Steps to reproduce the issue
...
What version of Home Assistant Core has the issue?
Core 2026.3.4
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
No response
Which operating system are you using to run this browser?
Win10
State of relevant entities
Problem-relevant frontend configuration
JavaScript errors shown in your browser console/inspector
Additional information
No response