Home automation program
Go to file
2023-08-14 02:58:13 +02:00
.cargo Added tokio-console support 2023-04-12 03:34:58 +02:00
.git-hooks Updated pre-commit script to print command before executing and disallow running with unstaged changes 2023-04-12 01:25:24 +02:00
config AudioSetup now takes the name of two already created devices and stores a reference to the devices instead of creating and owning the devices directly 2023-08-14 01:56:00 +02:00
google-home The light in the bathroom will now turn off automatically after 45 min 2023-08-13 23:20:07 +02:00
impl_cast Store devices wrapped in Arc RwLock 2023-08-11 02:24:58 +02:00
src Added trait for devices that can turn off a given timeout 2023-08-14 02:58:13 +02:00
.dockerignore Added Dockerfile and drone config to auto build and deploy new versions 2023-01-17 17:41:47 +01:00
.drone.yml Directly send wol packet instead of using the webhook 2023-01-19 22:19:26 +01:00
.editorconfig Added .editorconfig 2023-04-09 23:02:16 +02:00
.gitignore Started work on rust rewrite of automation system 2022-12-10 18:03:01 +01:00
Cargo.lock Converted google home traits to be async 2023-08-11 03:46:44 +02:00
Cargo.toml Converted google home traits to be async 2023-08-11 03:46:44 +02:00
Dockerfile Fixed build 2023-04-12 05:28:51 +02:00
README.md Added pre-commit hook to run lint and check formatting 2023-04-10 05:29:09 +02:00

automation_rs

Custom home automation solution with google-home intergration

Development

Make sure to setup git hooks by running

git config --local core.hooksPath .git-hooks/