Force manual update ESPHome

This commit is contained in:
Franck Nijhof 2021-02-08 19:41:03 +01:00
parent 75a5a1c30e
commit 103dcb48a9
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": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
"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",
"options": {},
"panel_icon": "mdi:chip",
"ports": {
"6052/tcp": null
@ -39,9 +28,6 @@
"streamer_mode": "bool?"
},
"slug": "esphome",
"stage": "stable",
"startup": "application",
"url": "https://esphome.io/",
"version": "1.16.0",
"webui": "http://[HOST]:[PORT:6052]"
}
"version": "1.16.0"
}