Removed duplicate OnMqtt entry

This commit is contained in:
Dreaded_X 2024-12-07 22:33:52 +01:00
parent e9f080ef19
commit 42f391cde6
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -139,7 +139,6 @@ pub trait Device:
+ Send + Send
+ Cast<dyn google_home::Device> + Cast<dyn google_home::Device>
+ Cast<dyn OnMqtt> + Cast<dyn OnMqtt>
+ Cast<dyn OnMqtt>
+ Cast<dyn OnPresence> + Cast<dyn OnPresence>
+ Cast<dyn OnDarkness> + Cast<dyn OnDarkness>
+ Cast<dyn OnNotification> + Cast<dyn OnNotification>