automation_rs/README.md
Dreaded_X 65f76904dd
All checks were successful
continuous-integration/drone/push Build is passing
Added pre-commit hook to run lint and check formatting
2023-04-10 05:29:09 +02:00

9 lines
190 B
Markdown

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