chore(home-assistant): implement the revised light protocol

This commit is contained in:
2025-05-03 21:07:08 -04:00
parent 50e9ee43f7
commit 089e96b99f
3 changed files with 70 additions and 84 deletions

View File

@@ -26,7 +26,7 @@ pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
python-utils = { path = "../python-utils" }
smol_str = "0.3.2"
snafu = { workspace = true }
strum = { version = "0.27.1", features = ["derive"] }
strum = { workspace = true, features = ["derive"] }
tokio = { workspace = true }
tracing = { optional = true, workspace = true }
ulid = "1.2.0"