Skip to content

Commit

Permalink
Add minimum required ESPHome version
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jun 21, 2024
1 parent a101a72 commit ff435cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Kudos to [@andreashergert1984](https://github.com/andreashergert1984) for the gr

## Requirements

* [ESPHome 2022.11.0 or higher](https://github.com/esphome/esphome/releases).
* [ESPHome 2024.6.0 or higher](https://github.com/esphome/esphome/releases).
* One half of an ethernet cable with RJ45 connector
* RS232-to-TTL module (`MAX3232CSE` f.e.)
* Generic ESP32 or ESP8266 board
Expand Down
1 change: 1 addition & 0 deletions esp32-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0

esp32:
board: wemos_d1_mini32
Expand Down
1 change: 1 addition & 0 deletions esp8266-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0

esp8266:
board: d1_mini
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-test-ping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0

esp8266:
board: d1_mini
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-test-pong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0

esp8266:
board: d1_mini
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-test-protocols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0

esp8266:
board: d1_mini
Expand Down

0 comments on commit ff435cc

Please sign in to comment.