automation_rs/README.md
Dreaded_X 113f9f926c
All checks were successful
Build and deploy automation_rs / Run pre-commit checks (push) Successful in 4m1s
Build and deploy automation_rs / Build automation_rs (push) Successful in 4m31s
Build and deploy automation_rs / Build Docker image (push) Successful in 50s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 32s
Switched from custom pre-commit script to using the pre-commit tool
2024-05-10 01:28:50 +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
```