diff --git a/ESPHome.json b/ESPHome.json index aa9c5b39..db9788c3 100644 --- a/ESPHome.json +++ b/ESPHome.json @@ -1,6 +1,6 @@ { "ESPHome": { - "description": "

ESPHome is the perfect solution for creating custom firmwares for your ESP8266/ESP32 boards. This Rockon contains the standalone ESPHome Command Line and Web Dashboard (HomeAssistant is a separate Rockon, whose docker image does not allow for installing add-ons like this). The WebUI is accessible through the configured port, the ESPHome command line can be used by connecting to the docker image via docker exec -it esphome /bin/bash.

Note: this Rockon requires the net=host option to enable device connections for ESP firmware updates; it also requires to be run in privileged status according to the documentation. Typically, this Rockon would be run during firmware development or updating of devices and, when not needed, be stopped again. It's not necessary to be active for ESP devices to be recognized by Home Assistant.

Based on the official docker image: ghcr.io/esphome/esphome, available for amd64 and arm64 architecture.

", + "description": "

ESPHome is the optimal solution for creating custom firmwares for your ESP8266/ESP32 boards. This Rockon contains the standalone ESPHome Command Line and Web Dashboard (HomeAssistant is a separate Rockon, whose docker image does not allow for installing add-ons like this). The WebUI is accessible through the configured port, the ESPHome command line can be used by connecting to the docker image via docker exec -it esphome /bin/bash.

Note: this Rockon requires the net=host option to enable device connections for ESP firmware updates; it also requires to be run in privileged status according to the documentation. Typically, this Rockon would be run during firmware development or updating of devices and, when not needed, be stopped again. It's not necessary to be active for ESP devices to be recognized by Home Assistant.

Based on the official docker image: ghcr.io/esphome/esphome, available for amd64 and arm64 architecture.

", "more_info": "For updates of the application, consider installing the Watchtower Rock-on and run it periodically.

", "website": "https://esphome.io/", "version": "1.0",