Snap recipe for the Open source home automation software that puts local control and privacy first.
Joachim M. Giæver 8ef5f5a37d Small fixes | 5 years ago | |
---|---|---|
bin | 5 years ago | |
snap | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
Snap (Snapcraft.yaml) recipe for the Open source home automation software that puts local control and privacy first.
Current Home Assistant version: 0.90.1
git clone https://git.giaever.org/joachimmg/home-assistant-snap.git
.cd home-assistant-snap
.0.90.1.b
.snapcraft
to build with multipass (VM)../bin/lxdbuild
to build with a LXD container, which will install all necessary tools and remove them after completion. This is the preferred method during development of this recipe.A file named home-assistant-snap[...].snap
(e.g home-assistant_0+git.5bd544d_amd64.snap) should now be in the root-folder of the project and now you can install it with
snap install [file] --devmode
For issues directly related to Home Assistant, please read their article on Reporting Issues.
Issues with building or issues that is caused by missing dependencies etc and therefore cause problems with the running software, use the issue tracker.
The build process reports a dependency issue with Selenium/Webdriver.
Unable to determine library dependencies for 'prime/selenium/webdriver/firefox/x86/x_ignore_nofocus.so'
Unable to determine library dependencies for 'prime/lib/python3.6/site-packages/selenium/webdriver/firefox/x86/x_ignore_nofocus.so'
Feel free to help out solving it!