Change icon for channel type system.mute (#4245)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2024-05-25 18:53:15 +02:00 committed by GitHub
parent 08b5dd1ba0
commit 3bacc4bb5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,7 +266,7 @@ public class DefaultSystemChannelTypeProvider implements ChannelTypeProvider {
*/
public static final ChannelType SYSTEM_MUTE = ChannelTypeBuilder
.state(SYSTEM_CHANNEL_TYPE_UID_MUTE, "Mute", CoreItemFactory.SWITCH)
.withDescription("Mute audio of the device").withCategory("SoundVolume")
.withDescription("Mute audio of the device").withCategory("SoundVolume_Mute")
.withTags(List.of("Switch", "SoundVolume")).build();
/**