Home automation program
Go to file
Dreaded_X f50bc4bd0c
Replaced impl_cast with a new and improved trait
With this trait the impl_cast macros are no longer needed, simplifying
everything.
This commit also improved how the actual casting itself is handled.
2024-05-07 00:05:32 +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
.gitea/workflows Improvement: Job names could be better 2023-11-24 00:09:45 +01:00
automation_cast Replaced impl_cast with a new and improved trait 2024-05-05 00:33:21 +02:00
config Updated airfilter mqtt topic 2024-03-27 04:46:06 +01:00
google-home Replaced impl_cast with a new and improved trait 2024-05-05 00:33:21 +02:00
src Replaced impl_cast with a new and improved trait 2024-05-07 00:05:32 +02:00
.dockerignore Added Dockerfile and drone config to auto build and deploy new versions 2023-01-17 17:41:47 +01:00
.editorconfig Switched from toml to yaml for configuration 2023-11-05 22:41:48 +01:00
.gitignore Started work on rust rewrite of automation system 2022-12-10 18:03:01 +01:00
.rustfmt.toml Fmt: Added cargofmt config and reformatted files 2023-11-20 23:27:48 +01:00
Cargo.lock Replaced impl_cast with a new and improved trait 2024-05-05 00:33:21 +02:00
Cargo.toml Replaced impl_cast with a new and improved trait 2024-05-05 00:33:21 +02:00
Dockerfile Feature: Use Gitea Actions to build automation_rs 2023-11-22 00:40:05 +01:00
README.md Added pre-commit hook to run lint and check formatting 2023-04-10 05:29:09 +02:00
rust-toolchain.toml Feature: Use Gitea Actions to build automation_rs 2023-11-22 00:40:05 +01: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/