|
@@ -1,5 +1,5 @@
|
|
name: home-assistant-snap
|
|
name: home-assistant-snap
|
|
-version: '0.113.0'
|
|
|
|
|
|
+version: '0.113.3'
|
|
summary: Open source home automation that puts local control and privacy first
|
|
summary: Open source home automation that puts local control and privacy first
|
|
description: |
|
|
description: |
|
|
Home Assistant is a home automation platform running on Python 3.
|
|
Home Assistant is a home automation platform running on Python 3.
|
|
@@ -8,8 +8,11 @@ description: |
|
|
base: core20
|
|
base: core20
|
|
grade: stable
|
|
grade: stable
|
|
confinement: strict
|
|
confinement: strict
|
|
-architectures:
|
|
|
|
- - build-on: [arm64, armhf, armhf, amd64, ppc64el]
|
|
|
|
|
|
+#architectures:
|
|
|
|
+# - build-on: [arm64, armhf, amd64, ppc64el]
|
|
|
|
+layout:
|
|
|
|
+ /etc/pip.conf:
|
|
|
|
+ bind: $SNAP_DATA/pip.conf
|
|
apps:
|
|
apps:
|
|
hass:
|
|
hass:
|
|
command: bin/hass --config $SNAP_DATA
|
|
command: bin/hass --config $SNAP_DATA
|
|
@@ -27,11 +30,10 @@ parts:
|
|
plugin: python-wot-plugin
|
|
plugin: python-wot-plugin
|
|
source: https://github.com/home-assistant/core.git
|
|
source: https://github.com/home-assistant/core.git
|
|
source-tag: ${SNAPCRAFT_PROJECT_VERSION}
|
|
source-tag: ${SNAPCRAFT_PROJECT_VERSION}
|
|
- #python-packages:
|
|
|
|
- #- urllib3[secure]
|
|
|
|
- #- setuptools
|
|
|
|
- #- wheel
|
|
|
|
- #- Cython
|
|
|
|
|
|
+ python-packages:
|
|
|
|
+ - setuptools
|
|
|
|
+ - wheel
|
|
|
|
+ - Cython
|
|
build-packages:
|
|
build-packages:
|
|
- python3
|
|
- python3
|
|
- python3-dev
|
|
- python3-dev
|