#![feature(specialization)] pub mod devices; pub mod mqtt; pub mod config; pub mod presence; pub mod ntfy; pub mod light_sensor; pub mod hue_bridge;