resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 278 forks source link

Feature Request: Deploy a dashboard automatically with the lights, swtiches and sensors #224

Open jdestefanis opened 5 years ago

jdestefanis commented 5 years ago

As a used I'd like to get a dashboard in a draft version where everything is built automatically given the objects: lights, switches and sensors we have discovered on HA. This means than instead having to edit the config.js and add item by item, it would be a nice idea to have a feature that can build the configuration of the items automatically in 3 columns width. Then add other feature where we can drag and drop the tiles to sort them as we want.

https://github.com/kutlugsahin/smooth-dnd https://kutlugsahin.github.io/smooth-dnd-demo/

Thanks!

akloeckner commented 5 years ago

Shouldn't you be able to do exactly that in the config.js file? E.g. by building the config variable programmatically and iterating over the global states variable, instead of adding each item by hand.

Drag and drop sounds a lot more involved...

akloeckner commented 5 years ago

Check this out: https://github.com/resoai/TileBoard/pull/264