|
@@ -13,7 +13,13 @@ apps:
|
|
command: bin/hass --config $SNAP_DATA
|
|
command: bin/hass --config $SNAP_DATA
|
|
daemon: simple
|
|
daemon: simple
|
|
restart-condition: always
|
|
restart-condition: always
|
|
- plugs: [network, network-bind]
|
|
|
|
|
|
+ plugs:
|
|
|
|
+ - bluez
|
|
|
|
+ - network
|
|
|
|
+ - network-bind
|
|
|
|
+
|
|
|
|
+ # GPIO devices etc..
|
|
|
|
+ - physical-memory-control
|
|
parts:
|
|
parts:
|
|
homeassistant:
|
|
homeassistant:
|
|
plugin: python-wot-plugin
|
|
plugin: python-wot-plugin
|
|
@@ -29,6 +35,7 @@ parts:
|
|
- pkg-config
|
|
- pkg-config
|
|
- autoconf
|
|
- autoconf
|
|
- build-essential
|
|
- build-essential
|
|
|
|
+ - cmake
|
|
- cython3
|
|
- cython3
|
|
- ffmpeg
|
|
- ffmpeg
|
|
- libavcodec-dev
|
|
- libavcodec-dev
|