Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

Choose a reason for hiding this comment

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

Suggested change
The media source is not required if the "defualt_config:" is raised in the configuration.yaml.
The media source is not required if the "default_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
```