Also moved ntfy into devices as it is a quasi device
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user