Home automation program
.cargo | ||
.gitea/workflows | ||
automation_cast | ||
automation_macro | ||
config | ||
google_home | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.rustfmt.toml | ||
.typos.toml | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
README.md | ||
rust-toolchain.toml |
automation_rs
Custom home automation solution with Google Home integration and lua scripting.
Development
This repository uses pre-commit to make sure everything is ready to go when committing. Install the pre-commit hooks by running the following command:
pre-commit install