Fix Zigbee name stylization (#13954)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
@@ -112,4 +112,4 @@ channel-type.draytonwiser.wiserBatteryLevel-channel.description = Current Batter
|
||||
channel-type.draytonwiser.wiserSignalStrength-channel.label = Signal Strength (Wiser)
|
||||
channel-type.draytonwiser.wiserSignalStrength-channel.description = The reported network signal strength
|
||||
channel-type.draytonwiser.zigbeeConnected-channel.label = Device Connected
|
||||
channel-type.draytonwiser.zigbeeConnected-channel.description = Is the device still connected to the ZigBee network
|
||||
channel-type.draytonwiser.zigbeeConnected-channel.description = Is the device still connected to the Zigbee network
|
||||
|
||||
@@ -364,7 +364,7 @@
|
||||
<channel-type id="zigbeeConnected-channel" advanced="true">
|
||||
<item-type>Switch</item-type>
|
||||
<label>Device Connected</label>
|
||||
<description>Is the device still connected to the ZigBee network</description>
|
||||
<description>Is the device still connected to the Zigbee network</description>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user