diff --git a/homeassistant/components/homematic.py b/homeassistant/components/homematic.py index aca3fd9a949..a8fc645ee4c 100644 --- a/homeassistant/components/homematic.py +++ b/homeassistant/components/homematic.py @@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.helpers.event import track_time_interval from homeassistant.config import load_yaml_config_file -REQUIREMENTS = ['pyhomematic==0.1.28'] +REQUIREMENTS = ['pyhomematic==0.1.29'] DOMAIN = 'homematic' @@ -68,7 +68,7 @@ HM_DEVICE_TYPES = { 'FillingLevel', 'ValveDrive', 'EcoLogic'], DISCOVER_CLIMATE: [ 'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2', - 'MAXWallThermostat', 'IPThermostat'], + 'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall'], DISCOVER_BINARY_SENSORS: [ 'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2', 'RemoteMotion', 'WeatherSensor', 'TiltSensor', 'IPShutterContact', diff --git a/requirements_all.txt b/requirements_all.txt index b9013d20bb7..d4e4a30add7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -577,7 +577,7 @@ pyharmony==1.0.16 pyhik==0.1.3 # homeassistant.components.homematic -pyhomematic==0.1.28 +pyhomematic==0.1.29 # homeassistant.components.sensor.hydroquebec pyhydroquebec==1.2.0