Compare commits
13 Commits
v1.20.2
...
v2021.9.0b
1
.github/ISSUE_TEMPLATE/feature-requests
vendored
Submodule
1
.github/ISSUE_TEMPLATE/feature-requests
vendored
Submodule
Submodule .github/ISSUE_TEMPLATE/feature-requests added at 57ae0cb009
@@ -51,15 +51,6 @@ The private key file to use for SSL. If this file doesn't exist, the add-on star
|
|||||||
Adding this option to the add-on configuration allows you to disable
|
Adding this option to the add-on configuration allows you to disable
|
||||||
authentication by setting it to `true`.
|
authentication by setting it to `true`.
|
||||||
|
|
||||||
### Option: `esphome_version`
|
|
||||||
|
|
||||||
Manually override which ESPHome version to use in the add-on.
|
|
||||||
For example to install the latest development version, use `"esphome_version": "dev"`,
|
|
||||||
or for version 1.14.0: `"esphome_version": "v1.14.0""`.
|
|
||||||
|
|
||||||
Please note that this does not always work and is only meant for testing, usually the
|
|
||||||
ESPHome add-on and dashboard version must match to guarantee a working system.
|
|
||||||
|
|
||||||
### Option: `relative_url`
|
### Option: `relative_url`
|
||||||
|
|
||||||
Host the ESPHome dashboard under a relative URL, so that it can be integrated
|
Host the ESPHome dashboard under a relative URL, so that it can be integrated
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
|
"backup_exclude": [
|
||||||
|
"*/*/"
|
||||||
|
],
|
||||||
"description": "Beta version of ESPHome add-on",
|
"description": "Beta version of ESPHome add-on",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
@@ -25,7 +28,6 @@
|
|||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str?",
|
"certfile": "str?",
|
||||||
"esphome_version": "str?",
|
|
||||||
"keyfile": "str?",
|
"keyfile": "str?",
|
||||||
"leave_front_door_open": "bool?",
|
"leave_front_door_open": "bool?",
|
||||||
"relative_url": "str?",
|
"relative_url": "str?",
|
||||||
@@ -34,11 +36,8 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome-beta",
|
"slug": "esphome-beta",
|
||||||
"snapshot_exclude": [
|
|
||||||
"*/*/"
|
|
||||||
],
|
|
||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://beta.esphome.io/",
|
"url": "https://beta.esphome.io/",
|
||||||
"version": "1.20.2"
|
"version": "2021.9.0b2"
|
||||||
}
|
}
|
||||||
@@ -51,15 +51,6 @@ The private key file to use for SSL. If this file doesn't exist, the add-on star
|
|||||||
Adding this option to the add-on configuration allows you to disable
|
Adding this option to the add-on configuration allows you to disable
|
||||||
authentication by setting it to `true`.
|
authentication by setting it to `true`.
|
||||||
|
|
||||||
### Option: `esphome_version`
|
|
||||||
|
|
||||||
Manually override which ESPHome version to use in the add-on.
|
|
||||||
For example to install the latest development version, use `"esphome_version": "dev"`,
|
|
||||||
or for version 1.14.0: `"esphome_version": "v1.14.0""`.
|
|
||||||
|
|
||||||
Please note that this does not always work and is only meant for testing, usually the
|
|
||||||
ESPHome add-on and dashboard version must match to guarantee a working system.
|
|
||||||
|
|
||||||
### Option: `relative_url`
|
### Option: `relative_url`
|
||||||
|
|
||||||
Host the ESPHome dashboard under a relative URL, so that it can be integrated
|
Host the ESPHome dashboard under a relative URL, so that it can be integrated
|
||||||
|
|||||||
@@ -5,7 +5,10 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
|
"backup_exclude": [
|
||||||
|
"*/*/"
|
||||||
|
],
|
||||||
|
"description": "Development version of ESPHome add-on",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
@@ -15,19 +18,15 @@
|
|||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"name": "ESPHome (dev)",
|
"name": "ESPHome (dev)",
|
||||||
"options": {
|
|
||||||
"esphome_version": "dev"
|
|
||||||
},
|
|
||||||
"panel_icon": "mdi:chip",
|
"panel_icon": "mdi:chip",
|
||||||
"ports": {
|
"ports": {
|
||||||
"6052/tcp": null
|
"6052/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str?",
|
"certfile": "str?",
|
||||||
"esphome_version": "str?",
|
|
||||||
"keyfile": "str?",
|
"keyfile": "str?",
|
||||||
"leave_front_door_open": "bool?",
|
"leave_front_door_open": "bool?",
|
||||||
"relative_url": "str?",
|
"relative_url": "str?",
|
||||||
@@ -36,9 +35,6 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome-dev",
|
"slug": "esphome-dev",
|
||||||
"snapshot_exclude": [
|
|
||||||
"*/*/"
|
|
||||||
],
|
|
||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://next.esphome.io/",
|
"url": "https://next.esphome.io/",
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str?",
|
"certfile": "str?",
|
||||||
"esphome_version": "str?",
|
|
||||||
"keyfile": "str?",
|
"keyfile": "str?",
|
||||||
"leave_front_door_open": "bool?",
|
"leave_front_door_open": "bool?",
|
||||||
"relative_url": "str?",
|
"relative_url": "str?",
|
||||||
@@ -39,5 +38,5 @@
|
|||||||
],
|
],
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://esphome.io/",
|
"url": "https://esphome.io/",
|
||||||
"version": "1.20.2"
|
"version": "2021.8.2"
|
||||||
}
|
}
|
||||||
@@ -51,15 +51,6 @@ The private key file to use for SSL. If this file doesn't exist, the add-on star
|
|||||||
Adding this option to the add-on configuration allows you to disable
|
Adding this option to the add-on configuration allows you to disable
|
||||||
authentication by setting it to `true`.
|
authentication by setting it to `true`.
|
||||||
|
|
||||||
### Option: `esphome_version`
|
|
||||||
|
|
||||||
Manually override which ESPHome version to use in the add-on.
|
|
||||||
For example to install the latest development version, use `"esphome_version": "dev"`,
|
|
||||||
or for version 1.14.0: `"esphome_version": "v1.14.0""`.
|
|
||||||
|
|
||||||
Please note that this does not always work and is only meant for testing, usually the
|
|
||||||
ESPHome add-on and dashboard version must match to guarantee a working system.
|
|
||||||
|
|
||||||
### Option: `relative_url`
|
### Option: `relative_url`
|
||||||
|
|
||||||
Host the ESPHome dashboard under a relative URL, so that it can be integrated
|
Host the ESPHome dashboard under a relative URL, so that it can be integrated
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# When changing options in this file, please also run:
|
# When changing options in this file, please also run:
|
||||||
# python3 script/generate.py dev
|
# python3 script/generate.py dev
|
||||||
# to update the dev addon config (beta/stable configs will be updated on next release by release script)
|
# to update the dev addon config (beta/stable configs will be updated on next release by release script)
|
||||||
base: &base
|
base: &base
|
||||||
url: https://esphome.io/
|
url: https://esphome.io/
|
||||||
@@ -31,11 +31,10 @@ base: &base
|
|||||||
certfile: str?
|
certfile: str?
|
||||||
keyfile: str?
|
keyfile: str?
|
||||||
leave_front_door_open: bool?
|
leave_front_door_open: bool?
|
||||||
esphome_version: str?
|
|
||||||
streamer_mode: bool?
|
streamer_mode: bool?
|
||||||
relative_url: str?
|
relative_url: str?
|
||||||
status_use_ping: bool?
|
status_use_ping: bool?
|
||||||
snapshot_exclude:
|
backup_exclude:
|
||||||
- "*/*/"
|
- "*/*/"
|
||||||
base_image: esphome/esphome-hassio-base-{arch}:3.1.0
|
base_image: esphome/esphome-hassio-base-{arch}:3.1.0
|
||||||
|
|
||||||
@@ -48,14 +47,12 @@ 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
|
||||||
options:
|
|
||||||
esphome_version: dev
|
|
||||||
|
|
||||||
esphome-beta:
|
esphome-beta:
|
||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '1.20.2' # BETA
|
version: '2021.9.0b2' # 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/
|
||||||
@@ -66,7 +63,7 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '1.20.2' # STABLE
|
version: '2021.8.2' # 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: esphome/esphome-hassio-{arch}
|
image: esphome/esphome-hassio-{arch}
|
||||||
|
|||||||
Reference in New Issue
Block a user