[one wire][fix absolute humidity channel type (#9833)
The channel is added dynamically with a channel-type `abshumidity`, but the channel-type definition was names `absolutehumidity` Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>pull/9839/head
parent
59dffd03a4
commit
6cf488f5aa
|
@ -92,7 +92,7 @@
|
|||
</config-description>
|
||||
</channel-type>
|
||||
<!-- Absolute Humidity Channel -->
|
||||
<channel-type id="absolutehumidity">
|
||||
<channel-type id="abshumidity">
|
||||
<item-type>Number:Density</item-type>
|
||||
<label>Abs. Humidity</label>
|
||||
<description>absolute humidity (calculated from temperature and relative humidity)</description>
|
||||
|
|
Loading…
Reference in New Issue