Fixed Temperature for HMIP-WeatherStation Plus/Basic (#17216)

This commit is contained in:
dickesW 2018-10-09 19:19:21 +02:00 committed by Aaron Bach
parent a99ba0a1d4
commit 2aeb0efc7c
1 changed files with 3 additions and 1 deletions

View File

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