Update pyhomematic to 0.1.69 (#41010)

pull/41045/head
Daniel Perna 2020-10-02 09:06:05 +02:00 committed by GitHub
parent eeb06da514
commit 187fec9a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

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

View File

@ -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"]
}

View File

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

View File

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