Closed Cozzman2k closed 5 months ago
OTA breaking change was made, depreciating OTA safe mode and REQUIRING platform be specified
See change: https://next.esphome.io/changelog/2024.6.0.html#ota-platforms
See new requirement
password: "xxxx"
ota: platform: esphome
ota: platform: esphome password: "xxxx"
fixed here
https://github.com/adonno/tagreader/commit/20bd39d7ee6d8cb0a9067ddc37a54a7c424719dc
OTA breaking change was made, depreciating OTA safe mode and REQUIRING platform be specified
See change: https://next.esphome.io/changelog/2024.6.0.html#ota-platforms
See new requirement
Old
ota:
ota:
password: "xxxx"
New
ota: platform: esphome
ota: platform: esphome password: "xxxx"