mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Update pyhomematic to 0.1.76 (#58136)
This commit is contained in:
parent
8f1ba96d0b
commit
acb24788d0
@ -64,6 +64,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPSwitchBattery",
|
"IPSwitchBattery",
|
||||||
"IPMultiIOPCB",
|
"IPMultiIOPCB",
|
||||||
"IPGarageSwitch",
|
"IPGarageSwitch",
|
||||||
|
"IPWHS2",
|
||||||
],
|
],
|
||||||
DISCOVER_LIGHTS: [
|
DISCOVER_LIGHTS: [
|
||||||
"Dimmer",
|
"Dimmer",
|
||||||
@ -178,6 +179,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPLanRouter",
|
"IPLanRouter",
|
||||||
"IPMultiIOPCB",
|
"IPMultiIOPCB",
|
||||||
"IPLockDLD",
|
"IPLockDLD",
|
||||||
|
"IPWHS2",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: [
|
DISCOVER_COVER: [
|
||||||
"Blind",
|
"Blind",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"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.75"],
|
"requirements": ["pyhomematic==0.1.76"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"],
|
"codeowners": ["@pvizeli", "@danielperna84"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
@ -1520,7 +1520,7 @@ pyhik==0.2.8
|
|||||||
pyhiveapi==0.4.2
|
pyhiveapi==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.75
|
pyhomematic==0.1.76
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -899,7 +899,7 @@ pyheos==0.7.2
|
|||||||
pyhiveapi==0.4.2
|
pyhiveapi==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.75
|
pyhomematic==0.1.76
|
||||||
|
|
||||||
# homeassistant.components.ialarm
|
# homeassistant.components.ialarm
|
||||||
pyialarm==1.9.0
|
pyialarm==1.9.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user