mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update pyhomematic, support new devices (#11578)
This commit is contained in:
parent
cf612c3d5b
commit
7723db9e62
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.loader import bind_hass
|
from homeassistant.loader import bind_hass
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhomematic==0.1.36']
|
REQUIREMENTS = ['pyhomematic==0.1.37']
|
||||||
DOMAIN = 'homematic'
|
DOMAIN = 'homematic'
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ HM_DEVICE_TYPES = {
|
|||||||
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
||||||
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
||||||
'WiredSensor', 'PresenceIP'],
|
'WiredSensor', 'PresenceIP'],
|
||||||
DISCOVER_COVER: ['Blind', 'KeyBlind']
|
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt']
|
||||||
}
|
}
|
||||||
|
|
||||||
HM_IGNORE_DISCOVERY_NODE = [
|
HM_IGNORE_DISCOVERY_NODE = [
|
||||||
|
@ -723,7 +723,7 @@ pyhik==0.1.4
|
|||||||
pyhiveapi==0.2.10
|
pyhiveapi==0.2.10
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.36
|
pyhomematic==0.1.37
|
||||||
|
|
||||||
# homeassistant.components.sensor.hydroquebec
|
# homeassistant.components.sensor.hydroquebec
|
||||||
pyhydroquebec==2.1.0
|
pyhydroquebec==2.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user