Compare commits
24 Commits
v2021.11.2
...
v2022.2.0b
3
.github/workflows/bump-version.yml
vendored
3
.github/workflows/bump-version.yml
vendored
@@ -10,6 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
create-release:
|
create-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
@@ -30,6 +31,7 @@ jobs:
|
|||||||
- if: ${{ contains(github.event.inputs.version, 'b') }}
|
- if: ${{ contains(github.event.inputs.version, 'b') }}
|
||||||
name: Create Beta Release
|
name: Create Beta Release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
@@ -41,6 +43,7 @@ jobs:
|
|||||||
- if: ${{ !contains(github.event.inputs.version, 'b') }}
|
- if: ${{ !contains(github.event.inputs.version, 'b') }}
|
||||||
name: Create Stable Release
|
name: Create Stable Release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"advanced": true,
|
||||||
"arch": [
|
"arch": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7",
|
"armv7",
|
||||||
@@ -39,5 +40,5 @@
|
|||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://beta.esphome.io/",
|
"url": "https://beta.esphome.io/",
|
||||||
"version": "2021.11.2"
|
"version": "2022.2.0b1"
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"advanced": true,
|
||||||
"arch": [
|
"arch": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7",
|
"armv7",
|
||||||
|
|||||||
@@ -38,5 +38,5 @@
|
|||||||
"slug": "esphome",
|
"slug": "esphome",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://esphome.io/",
|
"url": "https://esphome.io/",
|
||||||
"version": "2021.11.2"
|
"version": "2022.1.3"
|
||||||
}
|
}
|
||||||
@@ -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>"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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?
|
||||||
@@ -61,18 +62,19 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '2021.11.2' # BETA
|
version: '2022.2.0b1' # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome add-on"
|
description: "Beta version of ESPHome add-on"
|
||||||
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
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '2021.11.2' # STABLE
|
version: '2022.1.3' # STABLE
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
||||||
image: ghcr.io/esphome/esphome-hassio-{arch}
|
image: ghcr.io/esphome/esphome-hassio-{arch}
|
||||||
|
|||||||
Reference in New Issue
Block a user