Compare commits
7 Commits
@@ -42,6 +42,6 @@
|
|||||||
"slug": "esphome-beta",
|
"slug": "esphome-beta",
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"url": "https://beta.esphome.io/",
|
"url": "https://beta.esphome.io/",
|
||||||
"version": "1.13.0b3",
|
"version": "1.13.2",
|
||||||
"webui": "http://[HOST]:[PORT:6052]"
|
"webui": "http://[HOST]:[PORT:6052]"
|
||||||
}
|
}
|
||||||
@@ -1,43 +1,47 @@
|
|||||||
{
|
{
|
||||||
"name": "ESPHome",
|
|
||||||
"version": "1.12.2",
|
|
||||||
"slug": "esphome",
|
|
||||||
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
|
||||||
"url": "https://esphome.io/",
|
|
||||||
"webui": "http://[HOST]:[PORT:6052]",
|
|
||||||
"startup": "application",
|
|
||||||
"arch": [
|
"arch": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"armhf",
|
"i386",
|
||||||
"i386"
|
"armv7",
|
||||||
|
"aarch64"
|
||||||
],
|
],
|
||||||
"hassio_api": true,
|
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
|
"auto_uart": true,
|
||||||
|
"boot": "auto",
|
||||||
|
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
||||||
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
"hassio_role": "default",
|
||||||
"homeassistant_api": false,
|
"homeassistant_api": false,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"boot": "auto",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
"auto_uart": true,
|
"ingress": true,
|
||||||
|
"ingress_port": 0,
|
||||||
"map": [
|
"map": [
|
||||||
"ssl",
|
"ssl:ro",
|
||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"options": {
|
"name": "ESPHome",
|
||||||
"ssl": false,
|
"options": {},
|
||||||
"certfile": "fullchain.pem",
|
"panel_icon": "mdi:chip",
|
||||||
"keyfile": "privkey.pem",
|
"ports": {
|
||||||
"port": 6052
|
"6052/tcp": null
|
||||||
|
},
|
||||||
|
"ports_description": {
|
||||||
|
"6052/tcp": "Web interface (Not required for Hass.io Ingress)"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"ssl": "bool",
|
"certfile": "str?",
|
||||||
"certfile": "str",
|
|
||||||
"keyfile": "str",
|
|
||||||
"port": "int",
|
|
||||||
"leave_front_door_open": "bool?",
|
|
||||||
"esphome_version": "str?",
|
"esphome_version": "str?",
|
||||||
"streamer_mode": "bool?",
|
"keyfile": "str?",
|
||||||
|
"leave_front_door_open": "bool?",
|
||||||
"relative_url": "str?",
|
"relative_url": "str?",
|
||||||
"status_use_ping": "bool?"
|
"ssl": "bool?",
|
||||||
|
"status_use_ping": "bool?",
|
||||||
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"image": "esphome/esphome-hassio-{arch}"
|
"slug": "esphome",
|
||||||
}
|
"startup": "application",
|
||||||
|
"url": "https://esphome.io/",
|
||||||
|
"version": "1.13.2",
|
||||||
|
"webui": "http://[HOST]:[PORT:6052]"
|
||||||
|
}
|
||||||
@@ -56,7 +56,7 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '1.13.0b3' # BETA
|
version: '1.13.2' # 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/
|
||||||
@@ -67,7 +67,7 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '1.12.2' # STABLE
|
version: '1.13.2' # 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