diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index 1ce18a8e7593b0e9f7d60e4c48c11a21d593bd18..22ac7972c4da0168883f03f980dc24433c855e7b 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -57,6 +57,8 @@ HM_DEVICE_TYPES = { "IPKeySwitchLevel", "IPMultiIO", "IPWSwitch", + "IOSwitchWireless", + "IPWIODevice", ], DISCOVER_LIGHTS: [ "Dimmer", @@ -111,7 +113,7 @@ HM_DEVICE_TYPES = { "IPThermostatWall2", "IPRemoteMotionV2", "HBUNISenWEA", - "IPWMotionDection", + "PresenceIPW", ], DISCOVER_CLIMATE: [ "Thermostat", @@ -154,6 +156,7 @@ HM_DEVICE_TYPES = { "IPRemoteMotionV2", "IPWInputDevice", "IPWMotionDection", + "IPAlarmSensor", ], DISCOVER_COVER: [ "Blind", diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index d8c60c0f9765f45a6ddee84e6ec751f5706fd1ad..f4bbd06aad1fb766f151f4a8b44e67a3e76cae25 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.68"], + "requirements": ["pyhomematic==0.1.69"], "codeowners": ["@pvizeli", "@danielperna84"] } diff --git a/requirements_all.txt b/requirements_all.txt index d92cc275157e58586e4c3b210bb8a13c3676d519..53f61a9a1d78eff50a58c518498b31303015809f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1404,7 +1404,7 @@ pyhik==0.2.7 pyhiveapi==0.2.20.2 # homeassistant.components.homematic -pyhomematic==0.1.68 +pyhomematic==0.1.69 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a5218ff0e776cc5aa9ab50d907f35a0833e3eacc..2fb655ce0f72178dbb2f72dfeb806a734bc2a30f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -680,7 +680,7 @@ pyhaversion==3.4.2 pyheos==0.6.0 # homeassistant.components.homematic -pyhomematic==0.1.68 +pyhomematic==0.1.69 # homeassistant.components.icloud pyicloud==0.9.7