Dreaded_X 23355190ca feat: Added attribute to easily register additional lua methods
Previously this could only be done by implementing a trait, like
`AddAdditionalMethods`, that that has an add_methods function where you
can put your custom methods. With this new attribute you can pass in a
register function directly!
2025-09-10 01:58:48 +02:00
2024-12-08 05:47:21 +01:00
2025-09-05 03:55:03 +02:00
2024-12-08 05:47:21 +01:00

automation_rs

Custom home automation solution with Google Home integration and lua scripting.

Development

This repository uses pre-commit to make sure everything is ready to go when committing. Install the pre-commit hooks by running the following command:

pre-commit install
Description
Home automation program
Readme 4.6 MiB
Languages
Rust 84.2%
Lua 15.3%
Dockerfile 0.4%
HCL 0.1%