I’ve been working on a new UI for Home Assistant, basically because I don’t get on well with Lovelace.
It’s a drag and drop interface, so you can move tiles around and resize them within the UI. You can also add tiles and configure them all within the UI so there’s no yaml/json files to worry about (once the API keys etc have been added).
At the moment there are only three types of tile - sensor (included optional graph), icon and switch. I’ll be making more in the future and would welcome anyone who wants to help out!
The concept is that each tile is a standalone “Module”. In a similar way to how the Lovelace cards work - so devs can easily add new modules to display different data…
This is very much an Alpha at the moment, so any feedback would be appreciated.
Theres a bit of information in the readme, but if anyone fancies a look and needs some help getting set up, let me know. It’s written in React.js so will need a node environment to run it. I will, one day, release the build folder so that it can be run by copying files into the Home Assistant folder.