Force manual update ESPHome

This commit is contained in:
Franck Nijhof 2021-02-08 19:42:33 +01:00
parent 8d4298f62c
commit 91d92043ee
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -1,26 +1,15 @@
{
"arch": [
"amd64",
"armv7",
"aarch64"
],
"arch": ["amd64", "armv7", "aarch64"],
"auth_api": true,
"auto_uart": true,
"boot": "auto",
"uart": true,
"description": "Beta version of ESPHome Hass.io add-on.",
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"image": "esphome/esphome-hassio-{arch}",
"ingress": true,
"ingress_port": 0,
"map": [
"ssl:ro",
"config:rw"
],
"map": ["ssl:ro", "config:rw"],
"name": "ESPHome (beta)",
"options": {},
"panel_icon": "mdi:chip",
"ports": {
"6052/tcp": null
@ -40,8 +29,6 @@
},
"slug": "esphome-beta",
"stage": "experimental",
"startup": "application",
"url": "https://beta.esphome.io/",
"version": "1.16.0b8",
"webui": "http://[HOST]:[PORT:6052]"
"version": "1.16.0"
}