Also moved ntfy into devices as it is a quasi device
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-24 04:44:19 +02:00
parent 40c0ac5144
commit 58ade33c42
5 changed files with 5 additions and 10 deletions

View File

@@ -9,10 +9,9 @@ use automation::{
auth::{OpenIDConfig, User},
config::Config,
devices,
devices::{DebugBridge, HueBridge, LightSensor, Presence},
devices::{DebugBridge, HueBridge, LightSensor, Ntfy, Presence},
error::ApiError,
mqtt,
ntfy::Ntfy,
};
use dotenvy::dotenv;
use futures::future::join_all;