Home automation program
Builds automation_rs and the corresponding docker image. The binary is uploaded as an artifact and the image is uploaded to the registry. In order to improve caching the nightly version is locked using rust-toolchain.toml |
||
---|---|---|
.cargo | ||
.git-hooks | ||
.gitea/workflows | ||
config | ||
google-home | ||
impl_cast | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
README.md | ||
rust-toolchain.toml |
automation_rs
Custom home automation solution with google-home intergration
Development
Make sure to setup git hooks by running
git config --local core.hooksPath .git-hooks/