Describe the solution you'd like
Whenever I add devices, it is time consuming to go into each device's settings and move it from the default to correct room. This is especially frustrating if the server has an issue and you have to re-setup everything since the rooms are not stored in the config. Is there a way to specify rooms in the config?
Describe alternatives you've considered
Just a field called "room" that does a direct string match for existing homekit rooms. If no exact match exists, we default to the default room.
Describe the solution you'd like Whenever I add devices, it is time consuming to go into each device's settings and move it from the default to correct room. This is especially frustrating if the server has an issue and you have to re-setup everything since the rooms are not stored in the config. Is there a way to specify rooms in the config?
Describe alternatives you've considered Just a field called "room" that does a direct string match for existing homekit rooms. If no exact match exists, we default to the default room.