For years I used the esphome addon in home assistent. A perfect solution for managing Microcontroller devices.
Due to under performance of my Intel nuc, I decided to move esphome to my home lab server. I deployed it in a docker environment. Network setup is plain and simple, both machines are in the same subnet.
I used the esphome folder of home assistent as a volume on my esphome container. This works, new device files are written on the home assistent config esphome folder.
The esphome dashboard works as expected. Can add devices, also update devices etc.
Problem is, in home assistent all firmware related info is missing. Also device/firmware update notifications are gone.
I’m trying to get my head around how this should work. I know that the esphome dashboard is a completely separate thing. But, apparently the esphome addon in home assistent has some ‘extra powers’.
Can somebody explain how it works and how I need to configure esphome or home assistent to get this working?