feat(entrypoint): try using persistence

This commit is contained in:
2026-01-07 02:11:59 -05:00
parent 8032699013
commit 2edf095906
3 changed files with 133 additions and 24 deletions

View File

@@ -21,8 +21,9 @@ clap = { version = "4", features = ["derive", "env"] }
deranged = { workspace = true, features = ["serde"] }
driver-kasa = { path = "../driver/kasa" }
emitter-and-signal = { path = "../emitter-and-signal" }
home-assistant = { path = "../home-assistant" }
home-assistant = { path = "../home-assistant", features = ["tracing"] }
im = { version = "15.1.0", features = ["rayon"] }
persisted = { path = "../persisted" }
protocol = { path = "../protocol" }
pyo3 = { workspace = true, features = [
"auto-initialize",