automation_rs/README.md

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/
```