|
@@ -15,12 +15,18 @@ layout:
|
|
bind: $SNAP/openzwave
|
|
bind: $SNAP/openzwave
|
|
|
|
|
|
slots:
|
|
slots:
|
|
- lib-hacs:
|
|
|
|
|
|
+ components:
|
|
interface: content
|
|
interface: content
|
|
- content: lib-hacs
|
|
|
|
|
|
+ content: components
|
|
write:
|
|
write:
|
|
- $SNAP_DATA/custom_components
|
|
- $SNAP_DATA/custom_components
|
|
|
|
|
|
|
|
+plugs:
|
|
|
|
+ certs:
|
|
|
|
+ interface: content
|
|
|
|
+ content: certs
|
|
|
|
+ target: $SNAP_DATA/certs
|
|
|
|
+
|
|
apps:
|
|
apps:
|
|
hass:
|
|
hass:
|
|
command: bin/hass --config $SNAP_DATA
|
|
command: bin/hass --config $SNAP_DATA
|