adonno / tagreader

Simple to build/use NFC tag reader, specially created for Home Assistant
https://adonno.com
GNU General Public License v3.0
1.13k stars 175 forks source link

Breaking Change in OTA version ESPHome 2024.6.0 - 19th June 2024 #264

Closed Cozzman2k closed 1 week ago

Cozzman2k commented 2 weeks 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

Old

ota:

ota:

password: "xxxx"

New

ota: platform: esphome

ota: platform: esphome password: "xxxx"

adonno commented 1 week ago

fixed here

https://github.com/adonno/tagreader/commit/20bd39d7ee6d8cb0a9067ddc37a54a7c424719dc