Browse Source

Document required ESPHome version

release/2022.12.0
Maurice Makaay 1 year ago
parent
commit
89d4afab2f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      doc/installation.md

+ 1
- 1
README.md View File

@ -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: 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 `<CONFIG_DIR>/<NODE_NAME>.yaml`. * Copy [`example.yaml`](example.yaml) to `<CONFIG_DIR>/<NODE_NAME>.yaml`.
* Modify the configuration to your needs (see the [configuration guide](doc/configuration.md)). * 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 * Compile the `firmware.bin` file and download it to the device to which you have connected your


+ 1
- 1
doc/installation.md View File

@ -2,7 +2,7 @@
# Installation guide # 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, 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 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). documentation on the [ESPHome website](https://esphome.io).


Loading…
Cancel
Save