diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index cd474428113..a6ff19a6eea 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -46,6 +46,7 @@ HM_DEVICE_TYPES = { "Switch", "SwitchPowermeter", "IOSwitch", + "IOSwitchNoInhibit", "IPSwitch", "RFSiren", "IPSwitchPowermeter", @@ -115,6 +116,10 @@ HM_DEVICE_TYPES = { "IPRemoteMotionV2", "HBUNISenWEA", "PresenceIPW", + "IPRainSensor", + "ValveBox", + "IPKeyBlind", + "IPKeyBlindTilt", ], DISCOVER_CLIMATE: [ "Thermostat", @@ -158,6 +163,7 @@ HM_DEVICE_TYPES = { "IPWInputDevice", "IPWMotionDection", "IPAlarmSensor", + "IPRainSensor", ], DISCOVER_COVER: [ "Blind", diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index 63e33a60c53..36414b606f9 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.70"], + "requirements": ["pyhomematic==0.1.71"], "codeowners": ["@pvizeli", "@danielperna84"] } diff --git a/requirements_all.txt b/requirements_all.txt index 73b6b15b765..aeee2ef26b6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1431,7 +1431,7 @@ pyhik==0.2.8 pyhiveapi==0.2.20.2 # homeassistant.components.homematic -pyhomematic==0.1.70 +pyhomematic==0.1.71 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c0698e79f5a..890aafc7441 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -719,7 +719,7 @@ pyhaversion==3.4.2 pyheos==0.7.2 # homeassistant.components.homematic -pyhomematic==0.1.70 +pyhomematic==0.1.71 # homeassistant.components.icloud pyicloud==0.9.7