diff --git a/esphome/config.json b/esphome/config.json index 76a443d..2b5d94e 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -37,4 +37,4 @@ "uart": true, "url": "https://esphome.io/", "version": "1.19.1" -} \ No newline at end of file +} diff --git a/template/addon_config.yaml b/template/addon_config.yaml index f9cc83f..3072137 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -8,7 +8,7 @@ base: &base - amd64 - armv7 - aarch64 - # Uses Hass.io API (auth) + # Uses Home Assistant Supervisor API (auth) hassio_api: true auth_api: true # Host network mode for mDNS @@ -17,12 +17,12 @@ base: &base ingress: true ingress_port: 0 panel_icon: 'mdi:chip' - # Automatically add UART devices to addon + # Automatically add UART devices to add-on uart: true ports: '6052/tcp': null ports_description: - '6052/tcp': "Web interface (Not required for Home Assistant Ingress)" + '6052/tcp': "Web interface (not required for Home Assistant ingress)" map: - ssl:ro - config:rw @@ -45,7 +45,7 @@ esphome-dev: name: ESPHome (dev) version: 'dev' # DEV slug: esphome-dev - description: "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files" + description: "Development version of ESPHome add-on" url: https://next.esphome.io/ stage: experimental options: @@ -57,7 +57,7 @@ esphome-beta: name: ESPHome (beta) version: '1.19.1' # BETA slug: esphome-beta - description: "Beta version of ESPHome add-on." + description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/ image: esphome/esphome-hassio-{arch} stage: experimental @@ -68,7 +68,7 @@ esphome-stable: name: ESPHome version: '1.19.1' # STABLE slug: esphome - description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices." + description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: esphome/esphome-hassio-{arch} copy_files: