From 862537aae24f5c6eb3a7e51ba6aefb7a925d56e8 Mon Sep 17 00:00:00 2001 From: William Sutton Date: Wed, 31 Jul 2019 04:46:04 -0400 Subject: [PATCH] Added documentation (#9533) Added documentation regarding home-assistant PR #24086. Humidity is now available from devices that have built in humidity sensors. --- source/_components/radiotherm.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/radiotherm.markdown b/source/_components/radiotherm.markdown index a872148f75b..4f4cb9c138c 100644 --- a/source/_components/radiotherm.markdown +++ b/source/_components/radiotherm.markdown @@ -60,3 +60,4 @@ climate: - 192.168.99.137 - 192.168.99.202 ``` +Humidity is now available as the `current_humidity` attribute for each `climate.$HOST` entity. This only works for RadioThermostat devices that have a built in humidity sensor.