Home automation program
Go to file
Dreaded_X db17b68e90
All checks were successful
continuous-integration/drone/push Build is passing
Feature: Schedule devices turning on/off
2023-11-17 00:01:13 +01: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 Feature: Schedule devices turning on/off 2023-11-17 00:01:13 +01:00
google-home Added Air Filter support 2023-10-07 05:34:33 +02:00
impl_cast Improved the way devices are instantiated from their respective configs 2023-08-16 02:17:21 +02:00
src Feature: Schedule devices turning on/off 2023-11-17 00:01:13 +01: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 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
Cargo.lock Feature: Schedule devices turning on/off 2023-11-17 00:01:13 +01:00
Cargo.toml Feature: Schedule devices turning on/off 2023-11-17 00:01:13 +01:00
Dockerfile Fixed build to use yml file 2023-11-06 00:20:12 +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/