Compare commits

..

No commits in common. "1f4e3c8119ec0b728c5cc1ae1ffd36ed1425fdc3" and "15cde02a8dc0bb4e6d06052bbeab4942d7149e8c" have entirely different histories.

4 changed files with 4 additions and 10 deletions

2
Cargo.lock generated
View File

@ -1876,7 +1876,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]] [[package]]
name = "wakey" name = "wakey"
version = "0.3.0" version = "0.3.0"
source = "git+https://git.huizinga.dev/Dreaded_X/wakey#a982950203aa56a93a7ba7a63062eccdd24046c5" source = "git+https://github.com/DreadedX/wakey#a982950203aa56a93a7ba7a63062eccdd24046c5"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"hex", "hex",

View File

@ -42,7 +42,7 @@ enum_dispatch = "0.3.12"
indexmap = { version = "2.0.0", features = ["serde"] } indexmap = { version = "2.0.0", features = ["serde"] }
[patch.crates-io] [patch.crates-io]
wakey = { git = "https://git.huizinga.dev/Dreaded_X/wakey" } wakey = { git = "https://github.com/DreadedX/wakey" }
[profile.release] [profile.release]
lto = true lto = true

View File

@ -62,10 +62,7 @@ name = "Kettle"
room = "Kitchen" room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle" topic = "zigbee2mqtt/kitchen/kettle"
timeout = 300 timeout = 300
remotes = [ remotes = [{ topic = "zigbee2mqtt/bedroom/remote" }]
{ topic = "zigbee2mqtt/bedroom/remote" },
{ topic = "zigbee2mqtt/kitchen/remote" },
]
[device.bathroom_light] [device.bathroom_light]

View File

@ -64,10 +64,7 @@ name = "Kettle"
room = "Kitchen" room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle" topic = "zigbee2mqtt/kitchen/kettle"
timeout = 5 timeout = 5
remotes = [ remotes = [{ topic = "zigbee2mqtt/bedroom/remote" }]
{ topic = "zigbee2mqtt/bedroom/remote" },
{ topic = "zigbee2mqtt/kitchen/remote" },
]
[device.bathroom_light] [device.bathroom_light]
type = "IkeaOutlet" type = "IkeaOutlet"