From 6768bc16a16facefeaa427275db4274ffde65496 Mon Sep 17 00:00:00 2001 From: cybertza <20600538+cybertza@users.noreply.github.com> Date: Mon, 11 Jan 2021 17:05:02 +0200 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b54f9..bf5e850 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,30 @@ In Hass.io, navigate to Supervisor > Add-on Store > Repositories and add `https: - [Frigate NVR](frigate/README.md) - [Frigate NVR Beta](frigate_beta/README.md) - NVR with realtime local object detection for IP cameras \ No newline at end of file + NVR with realtime local object detection for IP cameras + + + Hass.io Media Folder from remote Unraid Server + +Configuration.yaml should contain the following, The folder /media can be replaced by /mnt/media in both instances if you have other integrations that rely on media. +The media source is not required if the "defualt_config:" is raised in the configuration.yaml. + +``` +homeassistant: + media_dirs: + media: /media + +media_source: + +shell_command: + mount_cctv_media_folder: mkdir -p /media;mount -t cifs -o username=USER,password=PASSWORD,domain=WORKGROUP //tower.local/Media /mnt/media +``` + + + the output of the /media should look like this: + ``` + /media/ + |->frigate + |-> clips + |-> recordings +```