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 486d43f commit 582fbc1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ESPHome component to monitor a Solax X1 mini via RS485.

## Requirements

* [ESPHome 1.18.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
* RS485-to-TTL module (`HW-0519` f.e.)
* Generic ESP32 or ESP8266 board
Expand Down
1 change: 1 addition & 0 deletions esp32-example-advanced-multiple-uarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ substitutions:
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
project:
name: "syssi.esphome-solax-x1-mini"
version: 2.2.0
Expand Down
1 change: 1 addition & 0 deletions esp32-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ substitutions:
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
project:
name: "syssi.esphome-solax-x1-mini"
version: 2.2.0
Expand Down
1 change: 1 addition & 0 deletions esp32-meter-gateway-multiple-uarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ substitutions:
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
project:
name: "syssi.esphome-modbus-solax-x1"
version: 2.2.0
Expand Down
1 change: 1 addition & 0 deletions esp8266-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ substitutions:
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
project:
name: "syssi.esphome-solax-x1-mini"
version: 2.2.0
Expand Down
1 change: 1 addition & 0 deletions esp8266-meter-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ substitutions:
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
project:
name: "syssi.esphome-modbus-solax-x1"
version: 2.2.0
Expand Down
1 change: 1 addition & 0 deletions modbus-examples/esp32-solax-x1-boost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ substitutions:
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
project:
name: "syssi.esphome-solax-x1-mini"
version: 2.2.0
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-dummy-receiver.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-query-sdm230-floats.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-query-sdm230.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 582fbc1

Please sign in to comment.