DeadEnded / MotionEyeAudio

Script to add Audio to MotionEye recordings
67 stars 27 forks source link

Adon motioneye homeassistant??? #12

Open TokarevSergey opened 2 years ago

TokarevSergey commented 2 years ago

Please tell me how to implement this in adon motioneye homeassistant (https://github.com/hassio-addons/addon-motioneye) Thank you.

DeadEnded commented 2 years ago

I don't use supervised home assistant... but I expect it would go something like this:

Once you install the "add on" you'll have another container that is for motioneye (all "add-ons" are is another container that supervisor manages for you). You'll have a volume or bind mount for the configuration. You'll have to use SSH to the host and then docker exec... or VSCode, or something to access these files. Once you can get to where the config files are you should be able to add the script.

DeadEnd