Fixed ESPHome 2024.6.0 breaking change where OTA requires platform

The ESPHome OTA component has a breaking change in 2024.6.0 where the platform needs to be defined
https://esphome.io/changelog/2024.6.0.html#ota-platforms
This commit is contained in:
z00nx 0
2024-06-21 01:04:49 +10:00
committed by GitHub
parent b9951a4c6a
commit a252a9dbe4

View File

@@ -33,7 +33,8 @@ web_server:
js_url: "https://upsy-desky.tjhorner.dev/esphome-webserver/www.js"
ota:
password: ""
- platform: esphome
password: ""
dashboard_import:
package_import_url: github://tjhorner/upsy-desky/firmware/stock.yaml@v3.0.0