lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
269 stars 25 forks source link

[BUG] ESPhome 2024.6.1 Breaking Change: Update YAML File for OTA Fix #240

Open idodov opened 2 months ago

idodov commented 2 months ago

In ESPhome 2024.6.1, there is a breaking change that requires updating the YAML file. To fix this, you need to add platform: esphome under the OTA section. This adjustment should address the issue.

ota:
  password: !secret ota_password
  platform: esphome
trip5 commented 2 months ago

Not sure 'bug' is the right tag for this. Maybe a 'heads-up' since this is an ESPHome breaking change and not related to EspHoMaTriXv2

https://community.home-assistant.io/t/esphome-ota-configuration/730032

Sigh, ESPHome is great but looks like they introduced TWO breaking changes in 2024.6 including dallas sensors too (shouldn't affect this project but... good to be aware).

andrewjswan commented 2 months ago

Fixed