forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update-deployment (home-assistant#2281)
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
- Loading branch information
Showing
96 changed files
with
1,190 additions
and
1,189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ ignored: | |
- DL3018 | ||
- DL4006 | ||
- SC2046 | ||
- SC2086 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
build_from: | ||
amd64: ghcr.io/home-assistant/amd64-base-debian:buster | ||
armhf: ghcr.io/home-assistant/armhf-base-debian:buster | ||
armv7: ghcr.io/home-assistant/armv7-base-debian:buster | ||
codenotary: | ||
signer: [email protected] | ||
base_image: [email protected] | ||
args: | ||
ADA_VERSION: 0.8.1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
version: 1.1.1 | ||
slug: ada | ||
name: Hey Ada! | ||
description: Voice assistant powered by Home Assistant | ||
url: https://github.com/home-assistant/hassio-addons/blob/master/ada | ||
arch: | ||
- armhf | ||
- armv7 | ||
- amd64 | ||
audio: true | ||
homeassistant: 0.102.0 | ||
homeassistant_api: true | ||
image: homeassistant/{arch}-addon-ada | ||
init: false | ||
options: | ||
stt: cloud | ||
tts: cloud | ||
schema: | ||
stt: str | ||
tts: str |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
build_from: | ||
aarch64: ghcr.io/home-assistant/aarch64-base-debian:buster | ||
amd64: ghcr.io/home-assistant/amd64-base-debian:buster | ||
armv7: ghcr.io/home-assistant/armv7-base-debian:buster | ||
codenotary: | ||
signer: [email protected] | ||
base_image: [email protected] | ||
args: | ||
ALMOND_VERSION: v2.0.1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
version: 2.0.1 | ||
slug: almond | ||
name: Almond | ||
description: The open-source, privacy-preserving voice assistant | ||
url: https://github.com/home-assistant/hassio-addons/blob/master/almond | ||
arch: | ||
- armv7 | ||
- aarch64 | ||
- amd64 | ||
audio: true | ||
discovery: | ||
- almond | ||
homeassistant: 0.102.0 | ||
homeassistant_api: true | ||
image: homeassistant/{arch}-addon-almond | ||
ingress: true | ||
init: false | ||
panel_icon: mdi:comment-eye-outline |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
build_from: | ||
aarch64: ghcr.io/home-assistant/aarch64-base:3.14 | ||
amd64: ghcr.io/home-assistant/amd64-base:3.14 | ||
armhf: ghcr.io/home-assistant/armhf-base:3.14 | ||
armv7: ghcr.io/home-assistant/armv7-base:3.14 | ||
i386: ghcr.io/home-assistant/i386-base:3.14 | ||
codenotary: | ||
signer: [email protected] | ||
base_image: [email protected] | ||
args: | ||
LIBCEC_VERSION: 6.0.2 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
version: "3.0" | ||
slug: cec_scan | ||
name: CEC Scanner | ||
url: https://github.com/home-assistant/hassio-addons/tree/master/cec_scan | ||
arch: | ||
- armhf | ||
- armv7 | ||
- aarch64 | ||
- amd64 | ||
- i386 | ||
boot: manual | ||
description: Scan for HDMI CEC devices | ||
image: homeassistant/{arch}-addon-cec_scan | ||
options: {} | ||
schema: {} | ||
startup: once | ||
video: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
build_from: | ||
aarch64: ghcr.io/home-assistant/aarch64-homeassistant-base:2021.09.0 | ||
amd64: ghcr.io/home-assistant/amd64-homeassistant-base:2021.09.0 | ||
armhf: ghcr.io/home-assistant/armhf-homeassistant-base:2021.09.0 | ||
armv7: ghcr.io/home-assistant/armv7-homeassistant-base:2021.09.0 | ||
i386: ghcr.io/home-assistant/i386-homeassistant-base:2021.09.0 | ||
codenotary: | ||
signer: [email protected] | ||
base_image: [email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: 3.9.0 | ||
slug: check_config | ||
name: Check Home Assistant configuration | ||
description: Check your Home Assistant configuration against other versions | ||
url: https://github.com/home-assistant/hassio-addons/tree/master/check_config | ||
arch: | ||
- armhf | ||
- armv7 | ||
- aarch64 | ||
- amd64 | ||
- i386 | ||
boot: manual | ||
image: homeassistant/{arch}-addon-check_config | ||
init: false | ||
map: | ||
- config | ||
- ssl | ||
- media | ||
- share:rw | ||
options: | ||
version: stable | ||
schema: | ||
version: str | ||
startup: once | ||
uart: true | ||
usb: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
build_from: | ||
aarch64: ghcr.io/home-assistant/aarch64-base:3.14 | ||
amd64: ghcr.io/home-assistant/amd64-base:3.14 | ||
armhf: ghcr.io/home-assistant/armhf-base:3.14 | ||
armv7: ghcr.io/home-assistant/armv7-base:3.14 | ||
i386: ghcr.io/home-assistant/i386-base:3.14 | ||
codenotary: | ||
signer: [email protected] | ||
base_image: [email protected] | ||
args: | ||
CONFIGURATOR_VERSION: 0.4.1 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.