Hi All,
First I will apologize as I think I have read 50 topics on this here and on Reddit and I am getting a bit a paralysis from too much information. Basically, I would like to move towards making things more manageable as my configuration and automatons have grown and evolved to be more complex.
I use docker-compose and have broken things down in directories and that all makes sense in my brain. In HA it seems people have done the same but I have also seen Packages which I will admit confuse me. Like instead of homeassistant/groups or homeassistant/lights all this goes into homeassistant/packages. I don’t see the difference or I guess I don’t understand it. Is this a better way of splitting things up?
The other quick questions is if there is an example of dynamic sections where I can use the !include or similar in various cards/code based on user. Ideally I would like my Cellphone interface customized by user/device. I mocked up a sample using conditional card, but is there a better method?