Still pretty new to HA. I have about 20 esphome devices migrated, and have another 20 or so tasmota devices to convert. Summer has been a challenge so I’m not making the progress I was hoping for.
I would like to create a view that shows me the version of the esphome device firmware and whether the device is connected or not and perhaps sends an alert.
I’ve noticed, but haven’t totally researched how it happens, that Unifi Network links its sensors with the esphome sensors in the view. I imagine it is linking this information based on the MAC address. I assume I do not want to create a sensor in the esphome device firmware but instead leverage Unifi or ping or something else.
I would want to be able to iterate over all esphome devices and their settings (esphome firmware, unifi uptime timestamp?) to create a dynamic display.
What does anyone have that is working well and is easy to set up (as I have a lot of other more fun things I want to get to).