Skip to content

Commit

Permalink
Match climate devices on their widgetName (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Aug 6, 2020
1 parent 53f1f5e commit 5b40f36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/tahoma/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"AdjustableSlatsRollerShutter": COVER,
"AirFlowSensor": BINARY_SENSOR, # widgetName, uiClass is AirSensor (sensor)
"AirSensor": SENSOR,
"AtlanticElectricalHeater": CLIMATE, # widgetName, uiClass is HeatingSystem (not supported)
"Awning": COVER,
"CarButtonSensor": BINARY_SENSOR,
"ConsumptionSensor": SENSOR,
"ContactSensor": BINARY_SENSOR,
"Curtain": COVER,
"DimmerExteriorHeating": CLIMATE, # widgetName, uiClass is ExteriorHeatingSystem (not supported)
"DoorLock": LOCK,
"ElectricitySensor": SENSOR,
"ExteriorHeatingSystem": CLIMATE,
"ExteriorScreen": COVER,
"ExteriorVenetianBlind": COVER,
"GarageDoor": COVER,
"GasSensor": SENSOR,
"Gate": COVER,
"Generic": COVER,
"GenericSensor": SENSOR,
"HeatingSystem": CLIMATE,
"HumiditySensor": SENSOR,
"Light": LIGHT,
"LightSensor": SENSOR,
Expand All @@ -50,6 +50,7 @@
"Siren": SWITCH,
"SirenStatus": BINARY_SENSOR, # widgetName, uiClass is Siren (switch)
"SmokeSensor": BINARY_SENSOR,
"SomfyThermostat": CLIMATE, # widgetName, uiClass is HeatingSystem (not supported)
"SunIntensitySensor": SENSOR,
"SunSensor": SENSOR,
"SwimmingPool": SWITCH,
Expand Down

0 comments on commit 5b40f36

Please sign in to comment.