feat: add home assistant capability with pi-relay

This commit is contained in:
Jet 2026-03-23 22:45:49 -07:00
parent 2374e3cd60
commit 4f7ac0e7d7
No known key found for this signature in database
13 changed files with 415 additions and 35 deletions

13
Cargo.lock generated
View file

@ -906,6 +906,19 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "noisebell-relay"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"noisebell-common",
"reqwest",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "noisebell-rss"
version = "0.1.0"