Fixed typo in README.md and added mosquitto as word
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m9s
Build and deploy automation_rs / Build Docker image (push) Successful in 36s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped

This commit is contained in:
Dreaded_X 2024-04-30 02:20:51 +02:00
parent bf3ce9efd4
commit 631fac5061
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 6 additions and 1 deletions

2
.typos.toml Normal file
View File

@ -0,0 +1,2 @@
[default.extend-words]
mosquitto = "mosquitto"

View File

@ -1,8 +1,11 @@
# automation_rs
Custom home automation solution with google-home intergration
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/
```