automation_rs/README.md
Dreaded_X af2a8bc35c
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m50s
Build and deploy automation_rs / Build Docker image (push) Successful in 52s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Fixed typo in README.md and added mosquitto as word
2024-04-30 02:20:51 +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/
```