You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why since the docs to mention supporting a priority key, however their examples do not pass an array to on_boot, so perhaps this is part of the issue.
Unfortunately I'm not sure when this regressed as I am trying to compile with the latest but the most recent version I previously flashed was 2024.07.x
The text was updated successfully, but these errors were encountered:
Confirmed that the array syntax to on_boot seems to be the issue. Changing it to an object (which seems fine, since this config isn't performing multiple actions anyway) fixed the issue for me and I have opened #113
ESPhome seems unwilling to compile the current configs for athom smart plugs due to this line:
athom-configs/athom-smart-plug-v2.yaml
Line 45 in ad06504
This is the error that gets raised:
I'm not sure why since the docs to mention supporting a
priority
key, however their examples do not pass an array toon_boot
, so perhaps this is part of the issue.Unfortunately I'm not sure when this regressed as I am trying to compile with the latest but the most recent version I previously flashed was 2024.07.x
The text was updated successfully, but these errors were encountered: