Update pyhomematic to 0.1.47 (#16083)

This commit is contained in:
Daniel Perna 2018-08-20 23:43:04 +02:00 committed by Fabian Affolter
parent 439f7978c3
commit b1ba11510b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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