diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index e8fa272b0e5..864441c2aa6 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -60,6 +60,7 @@ HM_DEVICE_TYPES = { "IPWSwitch", "IOSwitchWireless", "IPWIODevice", + "IPSwitchBattery", ], DISCOVER_LIGHTS: [ "Dimmer", @@ -119,6 +120,8 @@ HM_DEVICE_TYPES = { "ValveBox", "IPKeyBlind", "IPKeyBlindTilt", + "IPLanRouter", + "TempModuleSTE2", ], DISCOVER_CLIMATE: [ "Thermostat", @@ -163,6 +166,7 @@ HM_DEVICE_TYPES = { "IPWMotionDection", "IPAlarmSensor", "IPRainSensor", + "IPLanRouter", ], DISCOVER_COVER: [ "Blind", diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index 36414b606f9..d81dc97cdb7 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.71"], + "requirements": ["pyhomematic==0.1.72"], "codeowners": ["@pvizeli", "@danielperna84"] } diff --git a/requirements_all.txt b/requirements_all.txt index e68c490c126..a170b00e617 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1431,7 +1431,7 @@ pyhik==0.2.8 pyhiveapi==0.3.4.4 # homeassistant.components.homematic -pyhomematic==0.1.71 +pyhomematic==0.1.72 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b42db89bded..3104ba205de 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -748,7 +748,7 @@ pyhaversion==3.4.2 pyheos==0.7.2 # homeassistant.components.homematic -pyhomematic==0.1.71 +pyhomematic==0.1.72 # homeassistant.components.icloud pyicloud==0.10.2