Hi,
Through my researches I was not able to understand if there’s a way to assign a room/area to an entity. I’m able to set the room through the google home configuration, like:
google_assistant:
....
entity_config:
light.living_room:
expose: false
room: LIVING_ROOM
but since there is no such possibility in the homekit configuration, which I’m using as well, is there a way to intrinsically set the entity area once and only once somewhere in the configuration?
The reason is because I do use both systems, as me and my girlfriend have two different devices. Everything works well but since I’m always adding and modifying my custom mqtt entities, especially in these days, it would be lovely that both google home and homekit would automatically take the hint of the new/updated entity’s room.
At the moment this doesn’t happen of course, and I have to manually set the rooms on both devices. It’s not a really big deal, it’s just a matter of redundancy that I prefer to avoid.