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",
|
||||
"IPMultiIOPCB",
|
||||
"IPGarageSwitch",
|
||||
"IPWHS2",
|
||||
],
|
||||
DISCOVER_LIGHTS: [
|
||||
"Dimmer",
|
||||
@ -178,6 +179,7 @@ HM_DEVICE_TYPES = {
|
||||
"IPLanRouter",
|
||||
"IPMultiIOPCB",
|
||||
"IPLockDLD",
|
||||
"IPWHS2",
|
||||
],
|
||||
DISCOVER_COVER: [
|
||||
"Blind",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "homematic",
|
||||
"name": "Homematic",
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||
"requirements": ["pyhomematic==0.1.75"],
|
||||
"requirements": ["pyhomematic==0.1.76"],
|
||||
"codeowners": ["@pvizeli", "@danielperna84"],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
@ -1520,7 +1520,7 @@ pyhik==0.2.8
|
||||
pyhiveapi==0.4.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.75
|
||||
pyhomematic==0.1.76
|
||||
|
||||
# homeassistant.components.homeworks
|
||||
pyhomeworks==0.0.6
|
||||
|
@ -899,7 +899,7 @@ pyheos==0.7.2
|
||||
pyhiveapi==0.4.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.75
|
||||
pyhomematic==0.1.76
|
||||
|
||||
# homeassistant.components.ialarm
|
||||
pyialarm==1.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user