Update pyhomematic to 0.1.69 (#41010)
parent
eeb06da514
commit
187fec9a0c
|
@ -57,6 +57,8 @@ HM_DEVICE_TYPES = {
|
|||
"IPKeySwitchLevel",
|
||||
"IPMultiIO",
|
||||
"IPWSwitch",
|
||||
"IOSwitchWireless",
|
||||
"IPWIODevice",
|
||||
],
|
||||
DISCOVER_LIGHTS: [
|
||||
"Dimmer",
|
||||
|
@ -111,7 +113,7 @@ HM_DEVICE_TYPES = {
|
|||
"IPThermostatWall2",
|
||||
"IPRemoteMotionV2",
|
||||
"HBUNISenWEA",
|
||||
"IPWMotionDection",
|
||||
"PresenceIPW",
|
||||
],
|
||||
DISCOVER_CLIMATE: [
|
||||
"Thermostat",
|
||||
|
@ -154,6 +156,7 @@ HM_DEVICE_TYPES = {
|
|||
"IPRemoteMotionV2",
|
||||
"IPWInputDevice",
|
||||
"IPWMotionDection",
|
||||
"IPAlarmSensor",
|
||||
],
|
||||
DISCOVER_COVER: [
|
||||
"Blind",
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "homematic",
|
||||
"name": "Homematic",
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||
"requirements": ["pyhomematic==0.1.68"],
|
||||
"requirements": ["pyhomematic==0.1.69"],
|
||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||
}
|
||||
|
|
|
@ -1404,7 +1404,7 @@ pyhik==0.2.7
|
|||
pyhiveapi==0.2.20.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.68
|
||||
pyhomematic==0.1.69
|
||||
|
||||
# homeassistant.components.homeworks
|
||||
pyhomeworks==0.0.6
|
||||
|
|
|
@ -680,7 +680,7 @@ pyhaversion==3.4.2
|
|||
pyheos==0.6.0
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.68
|
||||
pyhomematic==0.1.69
|
||||
|
||||
# homeassistant.components.icloud
|
||||
pyicloud==0.9.7
|
||||
|
|
Loading…
Reference in New Issue