# channel group types
-channel-group-type.danfossairunit.humidity.label = Humidity
+channel-group-type.danfossairunit.humidity.channel.humidity.label = Humidity
channel-group-type.danfossairunit.humidity.channel.humidity.description = Current relative humidity measured by the air unit
channel-group-type.danfossairunit.main.label = Mode and Fan Speeds
channel-group-type.danfossairunit.main.channel.boost.label = Boost
<label>Calculated Room Temperature</label>
<description>Calculated Room Temperature</description>
</channel>
- <channel id="outdoor_temp" typeId="temperature">
+ <channel id="outdoor_temp" typeId="system.outdoor-temperature">
<label>Outdoor Temperature</label>
<description>Temperature of the air outside</description>
</channel>
<channel-group-type id="humidity">
<label>Humidity</label>
<channels>
- <channel id="humidity" typeId="humidity">
+ <channel id="humidity" typeId="system.atmospheric-humidity">
+ <label>Humidity</label>
<description>Current relative humidity measured by the air unit</description>
</channel>
</channels>
<description>Read only percentage</description>
<state pattern="%.0f %%" readOnly="true" min="0" max="100"/>
</channel-type>
- <channel-type id="humidity">
- <item-type>Number:Dimensionless</item-type>
- <label>Humidity</label>
- <category>Humidity</category>
- <tags>
- <tag>Measurement</tag>
- <tag>Humidity</tag>
- </tags>
- <state pattern="%.0f %%" readOnly="true" min="0" max="100">
- </state>
- </channel-type>
<channel-type id="switch">
<item-type>Switch</item-type>
<label>Something that can be turned on or off</label>