Skip to content

Commit

Permalink
Use bell for siren not restart
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Oct 28, 2023
1 parent dc4b550 commit 5ede452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ pub(crate) async fn enable_discovery(
// Identifiers
name: format!("{} Siren", friendly_name.as_str()),
unique_id: format!("neolink_{}_siren", cam_config.name),
icon: Some("mdi:restart".to_string()),
icon: Some("mdi:bell".to_string()),

// Switch specific
command_topic: format!("neolink/{}/control/siren", cam_config.name),
Expand Down

0 comments on commit 5ede452

Please sign in to comment.