mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fixed Temperature for HMIP-WeatherStation Plus/Basic (#17216)
This commit is contained in:
parent
a99ba0a1d4
commit
2aeb0efc7c
@ -97,7 +97,9 @@ HM_IGNORE_DISCOVERY_NODE = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = {
|
HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = {
|
||||||
'ACTUAL_TEMPERATURE': ['IPAreaThermostat', 'IPWeatherSensor'],
|
'ACTUAL_TEMPERATURE': [
|
||||||
|
'IPAreaThermostat', 'IPWeatherSensor',
|
||||||
|
'IPWeatherSensorPlus', 'IPWeatherSensorBasic'],
|
||||||
}
|
}
|
||||||
|
|
||||||
HM_ATTRIBUTE_SUPPORT = {
|
HM_ATTRIBUTE_SUPPORT = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user