mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update pyhomematic to 0.1.69 (#41010)
This commit is contained in:
parent
eeb06da514
commit
187fec9a0c
@ -57,6 +57,8 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPKeySwitchLevel",
|
"IPKeySwitchLevel",
|
||||||
"IPMultiIO",
|
"IPMultiIO",
|
||||||
"IPWSwitch",
|
"IPWSwitch",
|
||||||
|
"IOSwitchWireless",
|
||||||
|
"IPWIODevice",
|
||||||
],
|
],
|
||||||
DISCOVER_LIGHTS: [
|
DISCOVER_LIGHTS: [
|
||||||
"Dimmer",
|
"Dimmer",
|
||||||
@ -111,7 +113,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPThermostatWall2",
|
"IPThermostatWall2",
|
||||||
"IPRemoteMotionV2",
|
"IPRemoteMotionV2",
|
||||||
"HBUNISenWEA",
|
"HBUNISenWEA",
|
||||||
"IPWMotionDection",
|
"PresenceIPW",
|
||||||
],
|
],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
"Thermostat",
|
"Thermostat",
|
||||||
@ -154,6 +156,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPRemoteMotionV2",
|
"IPRemoteMotionV2",
|
||||||
"IPWInputDevice",
|
"IPWInputDevice",
|
||||||
"IPWMotionDection",
|
"IPWMotionDection",
|
||||||
|
"IPAlarmSensor",
|
||||||
],
|
],
|
||||||
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.68"],
|
"requirements": ["pyhomematic==0.1.69"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||||
}
|
}
|
||||||
|
@ -1404,7 +1404,7 @@ pyhik==0.2.7
|
|||||||
pyhiveapi==0.2.20.2
|
pyhiveapi==0.2.20.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.68
|
pyhomematic==0.1.69
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -680,7 +680,7 @@ pyhaversion==3.4.2
|
|||||||
pyheos==0.6.0
|
pyheos==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.68
|
pyhomematic==0.1.69
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.9.7
|
pyicloud==0.9.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user