Skip to content

Commit

Permalink
Fix ESPHome 2024.6.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jul 31, 2024
1 parent ee994d8 commit 580c63c
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 @@ -11,6 +11,10 @@ substitutions:

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

esp32:
board: wemos_d1_mini32
Expand All @@ -26,6 +30,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 @@ -11,7 +11,12 @@ substitutions:

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

esp8266:
board: d1_mini

external_components:
Expand All @@ -23,6 +28,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
baud_rate: 0
Expand Down

0 comments on commit 580c63c

Please sign in to comment.