[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
J-N-K 2021-01-15 22:11:56 +01:00 committed by GitHub
parent 59dffd03a4
commit 6cf488f5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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