13 lines
311 B
Markdown
13 lines
311 B
Markdown
# automation_rs
|
|
|
|
Custom home automation solution with Google Home integration and lua scripting.
|
|
|
|
## Development
|
|
|
|
This repository uses [prek](https://prek.j178.dev/) to make sure everything is ready to go when committing.
|
|
Install the pre-commit hooks by running the following command:
|
|
|
|
```bash
|
|
prek install
|
|
```
|