mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add docs for media_source (#14396)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
143913ae43
commit
eb30b4170c
20
source/_integrations/media_source.markdown
Normal file
20
source/_integrations/media_source.markdown
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Media Source
|
||||
description: Instructions on how to access your media with Home Assistant.
|
||||
ha_category:
|
||||
- Media Source
|
||||
ha_release: 0.115
|
||||
ha_quality_scale: internal
|
||||
ha_domain: media_source
|
||||
---
|
||||
|
||||
The Media Source integration platform allows integrations to expose media for use inside Home Assistant through the Media Browser panel or through supported media players like Google Cast. This integration is configured automatically through `default_config` or if another integration implements a media source. If your configuration does not contain any of the above, you can add the below to your configuration file.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
media_source:
|
||||
```
|
||||
|
||||
## Local Media
|
||||
|
||||
By default, a local media source is configured which looks for media in a directory called `media` under the configuration path (`/config`). Files served from `media` are protected by the Home Assistant authentication unlike those served from `www`.
|
Loading…
x
Reference in New Issue
Block a user