Update pyhomematic to 0.1.49 (#16649)

This commit is contained in:
Daniel Perna 2018-09-16 22:56:01 +02:00 committed by GitHub
parent 2002497d09
commit a1e6e04a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 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.48']
REQUIREMENTS = ['pyhomematic==0.1.49']
_LOGGER = logging.getLogger(__name__)
@ -108,6 +108,7 @@ HM_ATTRIBUTE_SUPPORT = {
'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}],
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
'RSSI_PEER': ['rssi', {}],
'RSSI_DEVICE': ['rssi', {}],
'VALVE_STATE': ['valve', {}],
'BATTERY_STATE': ['battery', {}],
'CONTROL_MODE': ['mode', {

View File

@ -899,7 +899,7 @@ pyhik==0.1.8
pyhiveapi==0.2.14
# homeassistant.components.homematic
pyhomematic==0.1.48
pyhomematic==0.1.49
# homeassistant.components.sensor.hydroquebec
pyhydroquebec==2.2.2