screekworkshop / screek-human-sensor

124 stars 28 forks source link

F2 Requires change to OTA #21

Closed restauffer closed 2 months ago

restauffer commented 2 months ago

Due to changes in ESPHOME, the current OTA section of the F2 yaml which is:

ota: password: "your-ota-password" safe_mode: False

should be changed to:

ota: platform:esphome password: "your-ota-password"

safe_mode:

screekworkshop commented 2 months ago

https://github.com/screekworkshop/screek-human-sensor/commit/c34f2f826475eff1a74e6f4b35394ed77fc59e5d

thx, and it should be fix now.

restauffer commented 2 months ago

Thank you for the fast response