Updates before becoming a default repo (#50)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Jesse Hills 2022-01-11 12:31:05 +13:00 committed by GitHub
parent e82a70ebd9
commit 331516b92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{ {
"advanced": true,
"arch": [ "arch": [
"amd64", "amd64",
"armv7", "armv7",

View File

@ -1,4 +1,5 @@
{ {
"advanced": true,
"arch": [ "arch": [
"amd64", "amd64",
"armv7", "armv7",

View File

@ -1,5 +1,5 @@
{ {
"name": "ESPHome Home Assistant Add-Ons", "name": "ESPHome",
"url": "https://github.com/esphome/hassio", "url": "https://esphome.io",
"maintainer": "ESPHome <esphome@nabucasa.com>" "maintainer": "ESPHome <esphome@nabucasa.com>"
} }

View File

@ -46,6 +46,7 @@ esphome-dev:
description: "Development version of ESPHome add-on" description: "Development version of ESPHome add-on"
url: https://next.esphome.io/ url: https://next.esphome.io/
stage: experimental stage: experimental
advanced: true
schema: schema:
ssl: bool? ssl: bool?
certfile: str? certfile: str?
@ -67,6 +68,7 @@ esphome-beta:
url: https://beta.esphome.io/ url: https://beta.esphome.io/
image: ghcr.io/esphome/esphome-hassio-{arch} image: ghcr.io/esphome/esphome-hassio-{arch}
stage: experimental stage: experimental
advanced: true
esphome-stable: esphome-stable:
<<: *base <<: *base