mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56:31 +00:00
Merge remote-tracking branch 'origin/dev'
Release 113
This commit is contained in:
commit
c40a3f18e9
@ -2,7 +2,7 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from ipaddress import ip_network
|
from ipaddress import ip_network
|
||||||
|
|
||||||
HASSIO_VERSION = '112'
|
HASSIO_VERSION = '113'
|
||||||
|
|
||||||
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"
|
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"
|
||||||
URL_HASSIO_VERSION = \
|
URL_HASSIO_VERSION = \
|
||||||
|
@ -216,8 +216,8 @@ class DockerAddon(DockerInterface):
|
|||||||
# DeviceTree support
|
# DeviceTree support
|
||||||
if self.addon.with_devicetree:
|
if self.addon.with_devicetree:
|
||||||
volumes.update({
|
volumes.update({
|
||||||
"/sys/firmware/devicetree": {
|
"/sys/firmware/devicetree/base": {
|
||||||
'bind': "/sys/firmware/devicetree", 'mode': 'ro'
|
'bind': "/proc/device-tree", 'mode': 'ro'
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user