Depending on the answer, this might not be strictly an “AppDaemon only” question, but can you create an entity (in AppDaemon, in my case) and assign it an unique_id?
I create a bunch of entities in AppDaemon, but none of them have a “unique _id”. For most, it’s no big deal, but for a few I would like to e.g. change icon or set “area” from UI. And just in general, I kind of like the idea of an unique_id.
So, can this be done? The closest I got the this was this post about doing the same from REST API - , and this post about doing it with MQTT, but there are no replies to either.