PricelessToolkit / ESPBell-LITE

Intercom / Doorbell IoT Module
MIT License
75 stars 12 forks source link

2024.6.1 Plattform Key missing #18

Closed arne182 closed 4 months ago

arne182 commented 4 months ago

INFO ESPHome 2024.6.1 INFO Reading configuration /config/esphome/espbell-lite.yaml... Failed config

ota.unknown: [source /config/esphome/espbell-lite.yaml:26]

'ota' requires a 'platform' key but it was not specified.

PricelessToolkit commented 4 months ago

The new ESPhome version requires "- platform: esphome"

like

ota:
- platform: esphome
  password: "ABCD"

Fixed in config, Thanks!!