diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index 92091930d32..1ce18a8e759 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -66,6 +66,7 @@ HM_DEVICE_TYPES = { "ColorEffectLight", "IPKeySwitchLevel", "ColdWarmDimmer", + "IPWDimmer", ], DISCOVER_SENSORS: [ "SwitchPowermeter", @@ -110,6 +111,7 @@ HM_DEVICE_TYPES = { "IPThermostatWall2", "IPRemoteMotionV2", "HBUNISenWEA", + "IPWMotionDection", ], DISCOVER_CLIMATE: [ "Thermostat", @@ -151,6 +153,7 @@ HM_DEVICE_TYPES = { "IPContact", "IPRemoteMotionV2", "IPWInputDevice", + "IPWMotionDection", ], DISCOVER_COVER: [ "Blind", diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index de55b941b91..d8c60c0f976 100644 --- a/homeassistant/components/homematic/manifest.json +++ b/homeassistant/components/homematic/manifest.json @@ -2,6 +2,6 @@ "domain": "homematic", "name": "Homematic", "documentation": "https://www.home-assistant.io/integrations/homematic", - "requirements": ["pyhomematic==0.1.67"], + "requirements": ["pyhomematic==0.1.68"], "codeowners": ["@pvizeli", "@danielperna84"] } diff --git a/requirements_all.txt b/requirements_all.txt index 0a4bd2356c9..9acc4e494d1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1377,7 +1377,7 @@ pyhik==0.2.7 pyhiveapi==0.2.20.1 # homeassistant.components.homematic -pyhomematic==0.1.67 +pyhomematic==0.1.68 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 93abbb4d778..bfe239fd4a6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -647,7 +647,7 @@ pyhaversion==3.3.0 pyheos==0.6.0 # homeassistant.components.homematic -pyhomematic==0.1.67 +pyhomematic==0.1.68 # homeassistant.components.icloud pyicloud==0.9.7