Dreaded_X 352654107a feat: Added derive macro to implement IntoLua on structs that implement Serialize
This can be very useful if you want to convert a data struct to a lua
table without having to write the boilerplane (however small it may
be).

It also adds the macro on several state structs so they can be
converted to lua in the upcoming ActionCallback refactor.
2025-09-08 04:06:00 +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%