|
@@ -1,5 +1,5 @@
|
|
name: home-assistant-snap
|
|
name: home-assistant-snap
|
|
-version: '2021.2.2'
|
|
|
|
|
|
+version: '2021.2.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.
|
|
@@ -12,6 +12,12 @@ grade: stable
|
|
confinement: strict
|
|
confinement: strict
|
|
license: Apache-2.0
|
|
license: Apache-2.0
|
|
|
|
|
|
|
|
+architectures:
|
|
|
|
+ - build-on: amd64
|
|
|
|
+ - build-on: arm64
|
|
|
|
+ - build-on: armhf
|
|
|
|
+ - build-on: ppc64el
|
|
|
|
+
|
|
layout:
|
|
layout:
|
|
/etc/pip.conf:
|
|
/etc/pip.conf:
|
|
bind-file: $SNAP_DATA/pip.conf
|
|
bind-file: $SNAP_DATA/pip.conf
|