1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-25 10:58:01 +01:00

Set bind propagation mode for media (#4308)

* Set bind propagation mode for media

* Add some test cases
This commit is contained in:
Mike Degatano
2023-05-24 09:12:35 -04:00
committed by GitHub
parent bb497c0c9f
commit a7c1693911
15 changed files with 498 additions and 220 deletions

View File

@@ -7,8 +7,8 @@
"url": "https://www.home-assistant.io/",
"startup": "application",
"boot": "auto",
"map": ["config:rw", "ssl"],
"map": ["config:rw", "ssl", "media"],
"options": {},
"schema": {},
"image": "test/{arch}-my-custom-addon"
}
}