Use broadcast for mqtt message so we can have a queue

This commit is contained in:
2023-01-10 22:59:26 +01:00
parent 5ee8eaf8fb
commit e9d1cf554d
5 changed files with 19 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ use automation::{
config::{Config, OpenIDConfig},
devices,
hue_bridge::HueBridge,
light_sensor, mqtt::{self, Mqtt},
light_sensor, mqtt::Mqtt,
ntfy::Ntfy,
presence,
};