mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Update pyhomematic to 0.1.68 (#38530)
This commit is contained in:
parent
45e451271e
commit
0c030cb8cf
@ -66,6 +66,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"ColorEffectLight",
|
"ColorEffectLight",
|
||||||
"IPKeySwitchLevel",
|
"IPKeySwitchLevel",
|
||||||
"ColdWarmDimmer",
|
"ColdWarmDimmer",
|
||||||
|
"IPWDimmer",
|
||||||
],
|
],
|
||||||
DISCOVER_SENSORS: [
|
DISCOVER_SENSORS: [
|
||||||
"SwitchPowermeter",
|
"SwitchPowermeter",
|
||||||
@ -110,6 +111,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPThermostatWall2",
|
"IPThermostatWall2",
|
||||||
"IPRemoteMotionV2",
|
"IPRemoteMotionV2",
|
||||||
"HBUNISenWEA",
|
"HBUNISenWEA",
|
||||||
|
"IPWMotionDection",
|
||||||
],
|
],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
"Thermostat",
|
"Thermostat",
|
||||||
@ -151,6 +153,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPContact",
|
"IPContact",
|
||||||
"IPRemoteMotionV2",
|
"IPRemoteMotionV2",
|
||||||
"IPWInputDevice",
|
"IPWInputDevice",
|
||||||
|
"IPWMotionDection",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: [
|
DISCOVER_COVER: [
|
||||||
"Blind",
|
"Blind",
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"domain": "homematic",
|
"domain": "homematic",
|
||||||
"name": "Homematic",
|
"name": "Homematic",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||||
"requirements": ["pyhomematic==0.1.67"],
|
"requirements": ["pyhomematic==0.1.68"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||||
}
|
}
|
||||||
|
@ -1377,7 +1377,7 @@ pyhik==0.2.7
|
|||||||
pyhiveapi==0.2.20.1
|
pyhiveapi==0.2.20.1
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.67
|
pyhomematic==0.1.68
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -647,7 +647,7 @@ pyhaversion==3.3.0
|
|||||||
pyheos==0.6.0
|
pyheos==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.67
|
pyhomematic==0.1.68
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.9.7
|
pyicloud==0.9.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user