Hi,
iam trying to make an integration based of https://github.com/coleifer/sqlite-web
This is a webbased sqllite database browser and made in python/html.
My goal is to integrate it into home assistant to easly view and change data of the recorder (table based with no graphs)
I wanted to ask if someone is interested in joining and doing it together?
Alex
1 Like
Perfect for a Hassio addon?
Iam not using hassio, so thats probably not an option.
It will also not the best solution because its based on its on “webserver” (think its called flask, not sure)
Well if not on Hassio you could just pip install and run from the terminal I assume
Yeah, thats what i did and its not so difficult with instructions.
I just integrated it with a panel iframe into home assistant
I would like to customize the web interface so its more optimized for HA (just started with it)
But iam not an expert with python, thats why i would appreciate some help there
So you intend to fork the repo and make some aesthetic changes?