forward mitemp to home assistant

This commit is contained in:
Robin Appelman 2026-06-29 22:57:35 +02:00
commit 7dff97b474
8 changed files with 211 additions and 13 deletions

8
Cargo.lock generated
View file

@ -747,6 +747,12 @@ version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "memchr"
version = "2.8.2"
@ -1264,10 +1270,12 @@ dependencies = [
"dotenvy",
"hostname",
"jzon",
"maplit",
"pin-utils",
"rumqttc",
"secretfile",
"serde",
"serde_json",
"tokio",
"tokio-stream",
"toml",