diff --git a/esp32-example.yaml b/esp32-example.yaml index f8b3247..bbac0b7 100644 --- a/esp32-example.yaml +++ b/esp32-example.yaml @@ -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 @@ -26,6 +30,7 @@ wifi: password: !secret wifi_password ota: + platform: esphome logger: baud_rate: 0 diff --git a/esp8266-example.yaml b/esp8266-example.yaml index a5b7317..619813e 100644 --- a/esp8266-example.yaml +++ b/esp8266-example.yaml @@ -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: @@ -23,6 +28,7 @@ wifi: password: !secret wifi_password ota: + platform: esphome logger: baud_rate: 0