diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index 03b3f55e505..8aaa3ea21ac 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -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", diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index 34015426d78..896470f5a42 100644 --- a/homeassistant/components/homematic/manifest.json +++ b/homeassistant/components/homematic/manifest.json @@ -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" } diff --git a/requirements_all.txt b/requirements_all.txt index 942c942ad7b..15d664ba697 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fc5034c6404..0f58342b8e5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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