automation_rs/README.md
Dreaded_X 631fac5061
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m9s
Build and deploy automation_rs / Build Docker image (push) Successful in 36s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Fixed typo in README.md and added mosquitto as word
2024-05-03 01:08:44 +02:00

12 lines
192 B
Markdown

# automation_rs
Custom home automation solution with google-home integration
## Development
Make sure to setup git hooks by running
```sh
git config --local core.hooksPath .git-hooks/
```