From b8eebda54111579536a35470b17e3069477c4e15 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sat, 2 Mar 2019 23:42:51 +0100 Subject: [PATCH] Update pyhomematic (#21600) --- homeassistant/components/homematic/__init__.py | 9 +++++---- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index dba4add216d..1ee50fa16a4 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -14,7 +14,7 @@ from homeassistant.helpers import discovery import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pyhomematic==0.1.56'] +REQUIREMENTS = ['pyhomematic==0.1.57'] _LOGGER = logging.getLogger(__name__) @@ -74,11 +74,11 @@ HM_DEVICE_TYPES = { 'IPWeatherSensor', 'RotaryHandleSensorIP', 'IPPassageSensor', 'IPKeySwitchPowermeter', 'IPThermostatWall230V', 'IPWeatherSensorPlus', 'IPWeatherSensorBasic', 'IPBrightnessSensor', 'IPGarage', - 'UniversalSensor', 'MotionIPV2', 'IPMultiIO'], + 'UniversalSensor', 'MotionIPV2', 'IPMultiIO', 'IPThermostatWall2'], DISCOVER_CLIMATE: [ 'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2', 'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall', - 'ThermostatGroup', 'IPThermostatWall230V'], + 'ThermostatGroup', 'IPThermostatWall230V', 'IPThermostatWall2'], DISCOVER_BINARY_SENSORS: [ 'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2', 'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor', @@ -98,7 +98,8 @@ HM_IGNORE_DISCOVERY_NODE = [ HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = { 'ACTUAL_TEMPERATURE': [ 'IPAreaThermostat', 'IPWeatherSensor', - 'IPWeatherSensorPlus', 'IPWeatherSensorBasic'], + 'IPWeatherSensorPlus', 'IPWeatherSensorBasic', + 'IPThermostatWall', 'IPThermostatWall2'], } HM_ATTRIBUTE_SUPPORT = { diff --git a/requirements_all.txt b/requirements_all.txt index 8ae7c543653..430d22e3700 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1068,7 +1068,7 @@ pyhik==0.2.2 pyhiveapi==0.2.17 # homeassistant.components.homematic -pyhomematic==0.1.56 +pyhomematic==0.1.57 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0fa31ed80fe..7e572e477fd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -197,7 +197,7 @@ pydeconz==52 pydispatcher==2.0.5 # homeassistant.components.homematic -pyhomematic==0.1.56 +pyhomematic==0.1.57 # homeassistant.components.litejet pylitejet==0.1