* almond: update to version 3.0.0
* almond: bump to stable versions
* Fix HA style
* using more common paths
* Remove note to ada
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Giovanni Campagna <gcampagn@cs.stanford.edu>
Co-authored-by: Franck Nijhof <git@frenck.dev>
* remove lo interface
* Update samba changelog and bump samba add-on version
* Exit with error if there are no supported interfaces
* Better error message
* Updated mosquitto ACL docs with note about homeassistant user
* Update mosquitto/DOCS.md
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
* fix-deconz-phoscon-access
Change the way the Phoscon JS is altered by Nginx to make ingress access work with domain name.
* Update config.yaml
Version bump to 6.11.2
* Update CHANGELOG.md
* Fix changelog spelling mistake
* Use HA wheels during build
* BUILD_ARCH arg
* Remove only-binary flag
* Pin cryptography to 37.0.0 for wheel
* Pin cryptography to 36.0.2 for wheel
* Pass cryptography version as arg
* Bump zwave-js to 9.0.1 and zwave-js-server to 1.16.0
* build @serialport/bindings-cpp from source
* Bump zwave-js to 9.0.2
* Update config.yaml
* Empty commit
* Update to Debian bullseye
* Install non-editable
Currently editable installation seems to be broken (Python can't find
the ada module if installed in editable mode).
* Drop ada directory after installation
mv "${TMPDIR}/usr/local/etc/config/crRFD/*" does not expand the glob and fails.
Due to the previous change we also ignored the globbing error.
Let's clean the directory up, copy from the source and avoid globbing errors.
By doing it this way we can also drop the ugly "|| true".
The recent backup fix introduced another error:
mv complains about us trying to move a folder into its own subfolder.
The script then aborts due to set -e. By ignoring the exit code of mv here
we get the desired result (complete backup and no error in ui)
* added missing gnu.io.rxtx.SerialPorts java option to get hmipserver running with raw-uart device.
* use openjdk-8-jre-headless because hmipserver is compatibly to max. java-8 only.
* disabled hmip rf-firmware update to prevent accidently performed firmware downgrade (not required anymore for obsolete addon anyway)
* version bump.
* fixed shellcheck errors.
* use openjdk-11-jre-headless again since bullseye does not have java-8
package anymore.
* added first version of createBackup.sh for homematic addon
* move bin directory to opt/hm
* debug
* debug
* minor cleanup change.
* added a patched version of cp_security.cgi to support direct WebUI based
backup creation+download.
* minor fix
* minor fix
* version bump and removal of subsystem=tty filter for device spec
* added changed to CHANGELOG.md
* Added retirement notification
* Update README.md
* Update DOCS.md
* Update CHANGELOG.md
* fixed shellcheck errors.
* Update homematic/CHANGELOG.md
* Update homematic/config.yaml
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>