Compare commits
4 Commits
@@ -89,7 +89,11 @@ authentication by setting it to `true`.
|
|||||||
|
|
||||||
Manually override which ESPHome version to use in the add-on.
|
Manually override which ESPHome version to use in the add-on.
|
||||||
For example to install the latest development version, use `"esphome_version": "dev"`,
|
For example to install the latest development version, use `"esphome_version": "dev"`,
|
||||||
or for version 1.14.0: `"esphome_version": "v1.14.0""`.
|
or for version 1.14.0: `"esphome_version": "v1.14.0"`.
|
||||||
|
|
||||||
|
This can also be used to specify a branch of a fork of the esphome repository.
|
||||||
|
For example to install the test_new_component branch of a fork made by user123, use `"user123:test_new_component"`.
|
||||||
|
This usage assumes the forked repository is named `esphome`.
|
||||||
|
|
||||||
Please note that this does not always work and is only meant for testing, usually the
|
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.
|
ESPHome add-on and dashboard version must match to guarantee a working system.
|
||||||
|
|||||||
@@ -42,6 +42,6 @@
|
|||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"url": "https://beta.esphome.io/",
|
"url": "https://beta.esphome.io/",
|
||||||
"version": "1.15.1",
|
"version": "1.16.0b1",
|
||||||
"webui": "http://[HOST]:[PORT:6052]"
|
"webui": "http://[HOST]:[PORT:6052]"
|
||||||
}
|
}
|
||||||
@@ -89,7 +89,11 @@ authentication by setting it to `true`.
|
|||||||
|
|
||||||
Manually override which ESPHome version to use in the add-on.
|
Manually override which ESPHome version to use in the add-on.
|
||||||
For example to install the latest development version, use `"esphome_version": "dev"`,
|
For example to install the latest development version, use `"esphome_version": "dev"`,
|
||||||
or for version 1.14.0: `"esphome_version": "v1.14.0""`.
|
or for version 1.14.0: `"esphome_version": "v1.14.0"`.
|
||||||
|
|
||||||
|
This can also be used to specify a branch of a fork of the esphome repository.
|
||||||
|
For example to install the test_new_component branch of a fork made by user123, use `"user123:test_new_component"`.
|
||||||
|
This usage assumes the forked repository is named `esphome`.
|
||||||
|
|
||||||
Please note that this does not always work and is only meant for testing, usually the
|
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.
|
ESPHome add-on and dashboard version must match to guarantee a working system.
|
||||||
|
|||||||
@@ -89,7 +89,11 @@ authentication by setting it to `true`.
|
|||||||
|
|
||||||
Manually override which ESPHome version to use in the add-on.
|
Manually override which ESPHome version to use in the add-on.
|
||||||
For example to install the latest development version, use `"esphome_version": "dev"`,
|
For example to install the latest development version, use `"esphome_version": "dev"`,
|
||||||
or for version 1.14.0: `"esphome_version": "v1.14.0""`.
|
or for version 1.14.0: `"esphome_version": "v1.14.0"`.
|
||||||
|
|
||||||
|
This can also be used to specify a branch of a fork of the esphome repository.
|
||||||
|
For example to install the test_new_component branch of a fork made by user123, use `"user123:test_new_component"`.
|
||||||
|
This usage assumes the forked repository is named `esphome`.
|
||||||
|
|
||||||
Please note that this does not always work and is only meant for testing, usually the
|
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.
|
ESPHome add-on and dashboard version must match to guarantee a working system.
|
||||||
|
|||||||
@@ -42,6 +42,6 @@
|
|||||||
"stage": "stable",
|
"stage": "stable",
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"url": "https://esphome.io/",
|
"url": "https://esphome.io/",
|
||||||
"version": "1.15.1",
|
"version": "1.15.3",
|
||||||
"webui": "http://[HOST]:[PORT:6052]"
|
"webui": "http://[HOST]:[PORT:6052]"
|
||||||
}
|
}
|
||||||
@@ -89,7 +89,11 @@ authentication by setting it to `true`.
|
|||||||
|
|
||||||
Manually override which ESPHome version to use in the add-on.
|
Manually override which ESPHome version to use in the add-on.
|
||||||
For example to install the latest development version, use `"esphome_version": "dev"`,
|
For example to install the latest development version, use `"esphome_version": "dev"`,
|
||||||
or for version 1.14.0: `"esphome_version": "v1.14.0""`.
|
or for version 1.14.0: `"esphome_version": "v1.14.0"`.
|
||||||
|
|
||||||
|
This can also be used to specify a branch of a fork of the esphome repository.
|
||||||
|
For example to install the test_new_component branch of a fork made by user123, use `"user123:test_new_component"`.
|
||||||
|
This usage assumes the forked repository is named `esphome`.
|
||||||
|
|
||||||
Please note that this does not always work and is only meant for testing, usually the
|
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.
|
ESPHome add-on and dashboard version must match to guarantee a working system.
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '1.15.1' # BETA
|
version: '1.16.0b1' # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome Hass.io add-on."
|
description: "Beta version of ESPHome Hass.io add-on."
|
||||||
url: https://beta.esphome.io/
|
url: https://beta.esphome.io/
|
||||||
@@ -68,7 +68,7 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '1.15.1' # STABLE
|
version: '1.15.3' # STABLE
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
|
description: "ESPHome Hass.io 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