Media source: remove mention of supervised, as it is deprecated#41946
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates the media source integration documentation to remove references to the deprecated "Supervised" installation method, following the official deprecation announced in May 2025. This ensures the documentation only references the two remaining supported installation methods: Home Assistant OS and Home Assistant Container.
Key changes:
- Removed mentions of "Supervised" from the local media folder access instructions
- Simplified the explanation to focus only on OS and Container installation methods
| This folder is by default configured in the path `/media`. | ||
|
|
There was a problem hiding this comment.
The sentence "This folder is by default configured in the path /media." is now redundant with the previous paragraph which already states "By default, the integration looks for media in a specified folder" followed by information about the /media/local path.
Consider removing this line entirely or merging it more naturally with the surrounding context. For example:
By default, the integration looks for media in the `/media` folder. If other `media_dirs` are not declared you need to use `/media/local` path for example in companion app notification.
Home Assistant OS users can access this folder by using, for example, the Samba add-on. Users of Home Assistant Container can mount a volume of their choice to `/media`.| This folder is by default configured in the path `/media`. |
| for example, the Samba add-on. Users of Home Assistant Container can | ||
| mount a volume of their choice to `/media`. |
There was a problem hiding this comment.
The phrasing "Users of Home Assistant Container" is inconsistent with "Home Assistant OS users" in the previous sentence. For better readability and consistency, consider using parallel structure:
Home Assistant OS users can access this folder by using, for example, the Samba add-on. Home Assistant Container users can mount a volume of their choice to `/media`.This maintains consistent phrasing style between the two installation methods.
Media source: remove mention of supervised
Proposed change
Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Checklist
currentbranch.nextbranch.