From 2aeb0efc7c232c3bcfd725a6df7b4dcbddf111e2 Mon Sep 17 00:00:00 2001 From: dickesW <42518853+dickesW@users.noreply.github.com> Date: Tue, 9 Oct 2018 19:19:21 +0200 Subject: [PATCH] Fixed Temperature for HMIP-WeatherStation Plus/Basic (#17216) --- homeassistant/components/homematic/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index 927f86b590d..0ce3e5c4419 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -97,7 +97,9 @@ HM_IGNORE_DISCOVERY_NODE = [ ] HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = { - 'ACTUAL_TEMPERATURE': ['IPAreaThermostat', 'IPWeatherSensor'], + 'ACTUAL_TEMPERATURE': [ + 'IPAreaThermostat', 'IPWeatherSensor', + 'IPWeatherSensorPlus', 'IPWeatherSensorBasic'], } HM_ATTRIBUTE_SUPPORT = {