Home automation program
Go to file
Dreaded_X b54c9512b9
All checks were successful
continuous-integration/drone/push Build is passing
Improved impl_cast and made all traits Sync + Send + 'static
2023-04-10 23:51:22 +02:00
.cargo Applied clippy rules 2023-04-10 01:29:48 +02:00
.git-hooks Added pre-commit hook to run lint and check formatting 2023-04-10 05:29:09 +02:00
config Added charger as outlet type 2023-03-19 23:02:39 +01:00
google-home Improved impl_cast and made all traits Sync + Send + 'static 2023-04-10 23:51:22 +02:00
impl_cast Improved impl_cast and made all traits Sync + Send + 'static 2023-04-10 23:51:22 +02:00
src Improved impl_cast and made all traits Sync + Send + 'static 2023-04-10 23:51:22 +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 Directly send wol packet instead of using the webhook 2023-01-19 22:19:26 +01:00
Cargo.toml Directly send wol packet instead of using the webhook 2023-01-19 22:19:26 +01:00
Dockerfile Improved Dockerfile 2023-01-17 18:01:37 +01: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/