Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions source/_integrations/media_source.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ By default, the integration looks for media in a specified folder.
If other `media_dirs` are not declared you need to use `/media/local` path for
example in companion app notification.

For Home Assistant OS, Supervised and Container users, this folder is by default
configured in the path `/media`.
This folder is by default configured in the path `/media`.

Comment on lines +37 to 38
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`.
Suggested change
This folder is by default configured in the path `/media`.

Copilot uses AI. Check for mistakes.
Home Assistant OS and Supervised users can access this folder by using,
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`.
Comment on lines 40 to 41
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot generated this review using guidance from repository custom instructions.

Expand Down