Move ntfy and presence to automation_devices

This commit is contained in:
2025-08-31 04:57:31 +02:00
parent 03dcd44e0e
commit eb36d41f17
9 changed files with 25 additions and 31 deletions

4
Cargo.lock generated
View File

@@ -131,6 +131,7 @@ dependencies = [
"rumqttc",
"serde",
"serde_json",
"serde_repr",
"thiserror 2.0.16",
"tokio",
"tracing",
@@ -143,18 +144,15 @@ version = "0.1.0"
dependencies = [
"async-trait",
"automation_cast",
"automation_macro",
"bytes",
"dyn-clone",
"futures",
"google_home",
"indexmap",
"mlua",
"reqwest",
"rumqttc",
"serde",
"serde_json",
"serde_repr",
"thiserror 2.0.16",
"tokio",
"tokio-cron-scheduler",