diff --git a/README.md b/README.md index 3c94c0f..9d4f7e4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ aspect of the lamp and to integrate the lamp in your Home Assistant setup. For those who have experience with flashing ESPHome onto devices: -* Make sure you are using ESPHome 2021.10.0 or newer. +* Make sure you are using ESPHome 2022.12.0 or newer. * Copy [`example.yaml`](example.yaml) to `/.yaml`. * Modify the configuration to your needs (see the [configuration guide](doc/configuration.md)). * Compile the `firmware.bin` file and download it to the device to which you have connected your diff --git a/doc/installation.md b/doc/installation.md index 0e42d65..8d8977a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -2,7 +2,7 @@ # Installation guide -The code must be compiled into a firmware using ESPHome 2021.10.0 or later. Therefore, a prerequisite +The code must be compiled into a firmware using ESPHome 2022.12.0 or later. Therefore, a prerequisite is that you have ESPHome up and running in some form (command line, docker container, web dashboard, possibly from within Home Assistant as an add-on). For information on this, please refer to the documentation on the [ESPHome website](https://esphome.io).