Compare commits

..

3 Commits

Author SHA1 Message Date
9ab16b3dcd
Further work on automatically generating lua type definitions
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m21s
Build and deploy automation_rs / Build Docker image (push) Successful in 28s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
2024-04-30 02:21:34 +02:00
cf6253f14b
Started work on generating definitions 2024-04-30 02:21:34 +02:00
af2a8bc35c
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 5m50s
Build and deploy automation_rs / Build Docker image (push) Successful in 52s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
2024-04-30 02:20:51 +02:00
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/
```