Compare commits

..

2 Commits

Author SHA1 Message Date
Dreaded_X 11d5d5db4d Further work on automatically generating lua type definitions
Build and deploy automation_rs / Build automation_rs (push) Successful in 6m25s
Build and deploy automation_rs / Build Docker image (push) Successful in 1m24s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
2024-04-30 02:08:29 +02:00
Dreaded_X 2f494a7dd6 Started work on generating definitions 2024-04-29 21:55:03 +02:00
2 changed files with 1 additions and 6 deletions
-2
View File
@@ -1,2 +0,0 @@
[default.extend-words]
mosquitto = "mosquitto"
+1 -4
View File
@@ -1,11 +1,8 @@
# automation_rs
Custom home automation solution with google-home integration
Custom home automation solution with google-home intergration
## Development
Make sure to setup git hooks by running
```sh
git config --local core.hooksPath .git-hooks/
```