Update pyhomematic (#21600)

pull/21602/head
Daniel Perna 2019-03-02 23:42:51 +01:00 committed by Charles Garwood
parent 45316f6ed6
commit b8eebda541
3 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

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