9 lines
190 B
Markdown
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/
|
|
```
|