From eb30b4170c2f3504c8f2cf2a3474499cd4ebe723 Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Fri, 4 Sep 2020 14:53:21 -0400 Subject: [PATCH] Add docs for media_source (#14396) Co-authored-by: Franck Nijhof --- source/_integrations/media_source.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_integrations/media_source.markdown diff --git a/source/_integrations/media_source.markdown b/source/_integrations/media_source.markdown new file mode 100644 index 00000000000..9e44c282493 --- /dev/null +++ b/source/_integrations/media_source.markdown @@ -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`.