Fix Zigbee name stylization (#13954)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen
2022-12-17 17:25:38 +01:00
committed by GitHub
parent d20b10317c
commit 6753234e32
30 changed files with 114 additions and 114 deletions

View File

@@ -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

View File

@@ -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>