Fix config style for new Supervisor/Hardware

This commit is contained in:
Florian Gareis 2021-02-08 14:41:58 +01:00
parent f8aa5381fa
commit f464746983
3 changed files with 3 additions and 9 deletions

View File

@ -5,8 +5,7 @@
"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",
@ -40,7 +39,6 @@
},
"slug": "esphome-beta",
"stage": "experimental",
"startup": "application",
"url": "https://beta.esphome.io/",
"version": "1.16.0",
"webui": "http://[HOST]:[PORT:6052]"

View File

@ -5,8 +5,7 @@
"aarch64"
],
"auth_api": true,
"auto_uart": true,
"boot": "auto",
"uart": true,
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
"hassio_api": true,
"hassio_role": "default",
@ -41,7 +40,6 @@
},
"slug": "esphome-dev",
"stage": "experimental",
"startup": "application",
"url": "https://next.esphome.io/",
"version": "dev",
"webui": "http://[HOST]:[PORT:6052]"

View File

@ -5,8 +5,7 @@
"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",
@ -40,7 +39,6 @@
},
"slug": "esphome",
"stage": "stable",
"startup": "application",
"url": "https://esphome.io/",
"version": "1.16.0",
"webui": "http://[HOST]:[PORT:6052]"