mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-16 10:55:19 +01:00
Remove more options with default values according to config linter
This commit is contained in:
parent
29cdb761a6
commit
e048e04a20
@ -8,8 +8,6 @@
|
||||
"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,
|
||||
@ -19,7 +17,6 @@
|
||||
"config:rw"
|
||||
],
|
||||
"name": "ESPHome (beta)",
|
||||
"options": {},
|
||||
"panel_icon": "mdi:chip",
|
||||
"ports": {
|
||||
"6052/tcp": null
|
||||
@ -40,6 +37,5 @@
|
||||
"slug": "esphome-beta",
|
||||
"stage": "experimental",
|
||||
"url": "https://beta.esphome.io/",
|
||||
"version": "1.16.0",
|
||||
"webui": "http://[HOST]:[PORT:6052]"
|
||||
"version": "1.16.0"
|
||||
}
|
@ -1,9 +1,7 @@
|
||||
{
|
||||
"args": {},
|
||||
"build_from": {
|
||||
"aarch64": "esphome/esphome-hassio-base-aarch64:2.5.0",
|
||||
"amd64": "esphome/esphome-hassio-base-amd64:2.5.0",
|
||||
"armv7": "esphome/esphome-hassio-base-armv7:2.5.0"
|
||||
},
|
||||
"squash": false
|
||||
}
|
||||
}
|
@ -8,8 +8,6 @@
|
||||
"uart": true,
|
||||
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": true,
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
@ -41,6 +39,5 @@
|
||||
"slug": "esphome-dev",
|
||||
"stage": "experimental",
|
||||
"url": "https://next.esphome.io/",
|
||||
"version": "dev",
|
||||
"webui": "http://[HOST]:[PORT:6052]"
|
||||
"version": "dev"
|
||||
}
|
@ -8,8 +8,6 @@
|
||||
"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,
|
||||
@ -19,7 +17,6 @@
|
||||
"config:rw"
|
||||
],
|
||||
"name": "ESPHome",
|
||||
"options": {},
|
||||
"panel_icon": "mdi:chip",
|
||||
"ports": {
|
||||
"6052/tcp": null
|
||||
@ -38,8 +35,6 @@
|
||||
"streamer_mode": "bool?"
|
||||
},
|
||||
"slug": "esphome",
|
||||
"stage": "stable",
|
||||
"url": "https://esphome.io/",
|
||||
"version": "1.16.0",
|
||||
"webui": "http://[HOST]:[PORT:6052]"
|
||||
"version": "1.16.0"
|
||||
}
|
Loading…
Reference in New Issue
Block a user