HomeMatic dependency upgrade + IP Wall Thermostat support (#8465)

* Upgrade dependency + added IP Wall Thermostat
This commit is contained in:
Daniel Perna 2017-07-13 17:55:30 +02:00 committed by GitHub
parent 2eeeb9075a
commit e0f35c0279
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

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