12 lines
192 B
Markdown
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/
|
|
```
|