|
@@ -53,6 +53,8 @@ hooks:
|
|
apps:
|
|
apps:
|
|
home-assistant-snap:
|
|
home-assistant-snap:
|
|
command: bin/hass --config $SNAP_DATA
|
|
command: bin/hass --config $SNAP_DATA
|
|
|
|
+ command-chain:
|
|
|
|
+ - bin/plug-bin
|
|
daemon: simple
|
|
daemon: simple
|
|
environment:
|
|
environment:
|
|
PIP_USER: 1
|
|
PIP_USER: 1
|
|
@@ -62,7 +64,7 @@ apps:
|
|
- network
|
|
- network
|
|
- network-bind
|
|
- network-bind
|
|
- raw-usb
|
|
- raw-usb
|
|
- # GPIO devices etc.. (e.g RaZberry GPIO hat)
|
|
|
|
|
|
+ # GPIO devices etc.. (e.g RaZberry HAT)
|
|
- physical-memory-control
|
|
- physical-memory-control
|
|
slots:
|
|
slots:
|
|
- components
|
|
- components
|
|
@@ -152,6 +154,7 @@ parts:
|
|
configure: snap/hooks/configure
|
|
configure: snap/hooks/configure
|
|
post-refresh: snap/hooks/post-refresh
|
|
post-refresh: snap/hooks/post-refresh
|
|
prepare-slot-certs: snap/hooks/prepare-slot-certs
|
|
prepare-slot-certs: snap/hooks/prepare-slot-certs
|
|
|
|
+ connect-plug-bin: snap/hooks/connect-plug-bin
|
|
bins:
|
|
bins:
|
|
plugin: dump
|
|
plugin: dump
|
|
source: ./scripts/bin
|
|
source: ./scripts/bin
|
|
@@ -163,3 +166,5 @@ parts:
|
|
plugin: dump
|
|
plugin: dump
|
|
source: ./scripts/config
|
|
source: ./scripts/config
|
|
source-type: local
|
|
source-type: local
|
|
|
|
+ organize:
|
|
|
|
+ plug-bin: bin/plug-bin
|