TileBoard
TileBoard copied to clipboard
Feature Request: Deploy a dashboard automatically with the lights, swtiches and sensors
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!
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...
Check this out: https://github.com/resoai/TileBoard/pull/264