From b1ba11510b9fd840cf3b2a672f033ecafa4dd11f Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Mon, 20 Aug 2018 23:43:04 +0200 Subject: [PATCH] Update pyhomematic to 0.1.47 (#16083) --- homeassistant/components/homematic/__init__.py | 6 +++--- requirements_all.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index 76c97793da0..7b50d1f1cda 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity from homeassistant.loader import bind_hass -REQUIREMENTS = ['pyhomematic==0.1.46'] +REQUIREMENTS = ['pyhomematic==0.1.47'] _LOGGER = logging.getLogger(__name__) @@ -78,7 +78,7 @@ HM_DEVICE_TYPES = { DISCOVER_CLIMATE: [ 'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2', 'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall', - 'ThermostatGroup'], + 'ThermostatGroup', 'IPThermostatWall230V'], DISCOVER_BINARY_SENSORS: [ 'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2', 'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor', @@ -103,7 +103,7 @@ HM_ATTRIBUTE_SUPPORT = { 'LOW_BAT': ['battery', {0: 'High', 1: 'Low'}], 'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}], 'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}], - 'RSSI_DEVICE': ['rssi', {}], + 'RSSI_PEER': ['rssi', {}], 'VALVE_STATE': ['valve', {}], 'BATTERY_STATE': ['battery', {}], 'CONTROL_MODE': ['mode', { diff --git a/requirements_all.txt b/requirements_all.txt index 1b2e4d7a220..5041b4d4bfd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -876,7 +876,7 @@ pyhik==0.1.8 pyhiveapi==0.2.14 # homeassistant.components.homematic -pyhomematic==0.1.46 +pyhomematic==0.1.47 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.2