Update pyhomematic to 0.1.68 (#38530)

This commit is contained in:
Daniel Perna 2020-08-04 14:42:25 +02:00 committed by GitHub
parent 45e451271e
commit 0c030cb8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -66,6 +66,7 @@ HM_DEVICE_TYPES = {
"ColorEffectLight",
"IPKeySwitchLevel",
"ColdWarmDimmer",
"IPWDimmer",
],
DISCOVER_SENSORS: [
"SwitchPowermeter",
@ -110,6 +111,7 @@ HM_DEVICE_TYPES = {
"IPThermostatWall2",
"IPRemoteMotionV2",
"HBUNISenWEA",
"IPWMotionDection",
],
DISCOVER_CLIMATE: [
"Thermostat",
@ -151,6 +153,7 @@ HM_DEVICE_TYPES = {
"IPContact",
"IPRemoteMotionV2",
"IPWInputDevice",
"IPWMotionDection",
],
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.67"],
"requirements": ["pyhomematic==0.1.68"],
"codeowners": ["@pvizeli", "@danielperna84"]
}

View File

@ -1377,7 +1377,7 @@ pyhik==0.2.7
pyhiveapi==0.2.20.1
# homeassistant.components.homematic
pyhomematic==0.1.67
pyhomematic==0.1.68
# homeassistant.components.homeworks
pyhomeworks==0.0.6

View File

@ -647,7 +647,7 @@ pyhaversion==3.3.0
pyheos==0.6.0
# homeassistant.components.homematic
pyhomematic==0.1.67
pyhomematic==0.1.68
# homeassistant.components.icloud
pyicloud==0.9.7