TileBoard icon indicating copy to clipboard operation
TileBoard copied to clipboard

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

Open jdestefanis opened this issue 5 years ago • 2 comments

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!

jdestefanis avatar Apr 26 '19 15:04 jdestefanis

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 avatar Sep 26 '19 14:09 akloeckner

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

akloeckner avatar Oct 05 '19 10:10 akloeckner