Update pyhomematic, support new devices (#11578)
This commit is contained in:
parent
cf612c3d5b
commit
7723db9e62
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.loader import bind_hass
|
||||
|
||||
REQUIREMENTS = ['pyhomematic==0.1.36']
|
||||
REQUIREMENTS = ['pyhomematic==0.1.37']
|
||||
DOMAIN = 'homematic'
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -78,7 +78,7 @@ HM_DEVICE_TYPES = {
|
|||
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
||||
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
||||
'WiredSensor', 'PresenceIP'],
|
||||
DISCOVER_COVER: ['Blind', 'KeyBlind']
|
||||
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt']
|
||||
}
|
||||
|
||||
HM_IGNORE_DISCOVERY_NODE = [
|
||||
|
|
|
@ -723,7 +723,7 @@ pyhik==0.1.4
|
|||
pyhiveapi==0.2.10
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.36
|
||||
pyhomematic==0.1.37
|
||||
|
||||
# homeassistant.components.sensor.hydroquebec
|
||||
pyhydroquebec==2.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue