Skip to content

Commit

Permalink
Require ESPHome version 2024.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jul 31, 2024
1 parent 2f4faaf commit 8994298
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions esp32-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
project:
name: "syssi.esphome-pipsolar@pi18"
version: 1.0.0

esp32:
board: wemos_d1_mini32
Expand All @@ -29,6 +33,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
baud_rate: 0
Expand Down
8 changes: 7 additions & 1 deletion esp8266-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ substitutions:

esphome:
name: ${name}
platform: ESP8266
min_version: 2024.6.0
project:
name: "syssi.esphome-pipsolar@pi18"
version: 1.0.0

esp8266:
board: d1_mini

external_components:
Expand All @@ -26,6 +31,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:

Expand Down

0 comments on commit 8994298

Please sign in to comment.