Dreaded_X 8a0805156d
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 7m20s
Build and deploy automation_rs / Build Docker image (push) Successful in 1m0s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Fix: Scheduled function can not run async functions
Since Lua is not Send, this turned out to be a bit more complicated.
In order to make it work the async function needs to be pinned to a
single thread.
It works now, but the implementation looks a bit messy. Not sure it can
be improved through.
2024-05-06 23:43:59 +02:00
2023-04-12 03:34:58 +02:00
2024-05-05 02:05:03 +02:00

automation_rs

Custom home automation solution with google-home integration

Development

Make sure to setup git hooks by running

git config --local core.hooksPath .git-hooks/
Description
Home automation program
Readme 4.6 MiB
Languages
Rust 84.2%
Lua 15.3%
Dockerfile 0.4%
HCL 0.1%