automation_rs/README.md
Dreaded_X 23ac85fe27
Some checks failed
Build and deploy automation_rs / Build automation_rs (push) Failing after 1m59s
Build and deploy automation_rs / Build Docker image (push) Has been skipped
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Switched from custom pre-commit script to using the pre-commit tool
2024-05-08 00:21:28 +02:00

13 lines
323 B
Markdown

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