Fixed grammar and clarity (#15157)

This commit is contained in:
Eirik Z 2020-10-10 19:12:42 +02:00 committed by GitHub
parent 9b24adc108
commit fed858877b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,20 +24,19 @@ media_source:
## Local Media ## Local Media
By default, a local media source is configured which Home Assistant looks for By default, the integration by default looks for media in a specified folder.
media to show in the media browser.
For Home Assistant OS, Supervised and Container users, this folder is by default For Home Assistant OS, Supervised and Container users, this folder is by default
configured on path `/media`. configured in the path `/media`.
Home Assistant OS and Supervised users can access this folder using, Home Assistant OS and Supervised users can access this folder by using,
for example, the Samba add-on. Users of Home Assistant Container can for example, the Samba add-on. Users of Home Assistant Container can
mount a volume of their choice to `/media`. mount a volume of their choice to `/media`.
If you are a Home Assistant Core user, the default directory called is called If you are a Home Assistant Core user, the default directory called is called
`media` under the configuration path (where you `configuration.yaml` is). `media` under the configuration path (where your `configuration.yaml` is located).
Files served from `media` are protected by the Home Assistant authentication Files served from `media` are protected by Home Assistant authentication
unlike those served from `www`. unlike those served from `www`.
## Using custom or additional media folders ## Using custom or additional media folders
@ -45,7 +44,7 @@ unlike those served from `www`.
It is also possible to set up custom and additional media directories. To do It is also possible to set up custom and additional media directories. To do
so, you'll need to adjust the [core configuration][basic-configuration]. so, you'll need to adjust the [core configuration][basic-configuration].
This example adds two media folders to Home Assistant: This example makes two different folders available to the integration:
```yaml ```yaml
# Example configuration.yaml # Example configuration.yaml