Home automation program
All checks were successful
Build and deploy automation_rs / Run pre-commit checks (push) Successful in 4m1s
Build and deploy automation_rs / Build automation_rs (push) Successful in 4m31s
Build and deploy automation_rs / Build Docker image (push) Successful in 50s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 32s
|
||
---|---|---|
.cargo | ||
.gitea/workflows | ||
automation_cast | ||
automation_macro | ||
google-home | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.rustfmt.toml | ||
.typos.toml | ||
Cargo.lock | ||
Cargo.toml | ||
config.lua | ||
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