Update pyhomematic to 0.1.68 (#38530)
This commit is contained in:
parent
45e451271e
commit
0c030cb8cf
4 changed files with 6 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue