hassio-addons / addon-appdaemon

AppDaemon4 - Home Assistant Community Add-ons
https://addons.community
MIT License
151 stars 47 forks source link

✨ Add access to media folder #211

Closed jmarsik closed 1 year ago

jmarsik commented 2 years ago

Proposed Changes

The change adds mapping of media volume for AppDaemon so that it's able to manipulate content stored there.

I'm reading some images from external systems with an AppDaemon app, process them and then store them in media volume for usage through Home Assistant (for example you can cast the result to a display).

jmarsik commented 2 years ago

Is this change something that requires discussion (I can imagine that someone can have problems with AppDaemon having access to more and more things) or is it a no-brainer?

github-actions[bot] commented 1 year ago

There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.

jmarsik commented 1 year ago

Anyone? Seems to be a small change, only concern could be security...

In the meantime I'm running the modified version for some time without any problems, feeding some images back to Home Assistant through media folder after processing.