Added hue wall switches
All checks were successful
Build and deploy / Build application (push) Successful in 4m9s
Build and deploy / Build container (push) Successful in 53s
Build and deploy / Deploy container (push) Successful in 32s

This commit is contained in:
2024-11-30 22:16:49 +01:00
parent 5185b0d3ba
commit 6b8d0b7d56
7 changed files with 166 additions and 16 deletions

11
Cargo.lock generated
View File

@@ -127,6 +127,7 @@ dependencies = [
"tracing-subscriber",
"uuid",
"wakey",
"zigbee2mqtt-types",
]
[[package]]
@@ -2618,3 +2619,13 @@ dependencies = [
"quote",
"syn 2.0.60",
]
[[package]]
name = "zigbee2mqtt-types"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0ebe51c23f1de3efd64cca1a2176a060e8c90e72070e9ce9f0c023e514e08ac"
dependencies = [
"serde",
"serde_json",
]