1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Map sysfs devices/platform/soc data

This commit is contained in:
Pascal Vizeli
2017-09-30 11:04:27 +02:00
committed by GitHub
parent be28a6b012
commit 4baa80c3de

View File

@@ -143,7 +143,11 @@ class DockerAddon(DockerInterface):
volumes.update({
'/sys/class/gpio': {
'bind': '/sys/class/gpio', 'mode': "rw"
}})
},
'/sys/devices/platform/soc': {
'bind': '/sys/devices/platform/soc', 'mode': "rw"
},
})
return volumes