home_assistant_electron
v0.4.0
Published
Create Home Assistant Electron app ==================================
Downloads
2
Readme
Home Assistant Electron app
The Home Assistant Electron app is based on Electron and let you use the Home Assistant frontend in a single window like a desktop application.
You can find the first releases here.

1) Install dependencies
$ npm install2) Test it
$ npm test3) Build
$ npm run-script build_mac
$ npm run-script build_windows
$ npm run-script build_linuxIf the build process is successfully finished then you will find the AppImage in the folder dist.
4) Run it!
Eg. on a Linux-based system:
$ ./dist/home_assistant_electron-0.2.0-x86_64.AppImage