mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Change icon for channel type system.mute (#4245)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
08b5dd1ba0
commit
3bacc4bb5d
@ -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();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user