diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index 864441c2aa6..4f1c1d12f81 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -61,6 +61,7 @@ HM_DEVICE_TYPES = { "IOSwitchWireless", "IPWIODevice", "IPSwitchBattery", + "IPMultiIOPCB", ], DISCOVER_LIGHTS: [ "Dimmer", @@ -122,6 +123,8 @@ HM_DEVICE_TYPES = { "IPKeyBlindTilt", "IPLanRouter", "TempModuleSTE2", + "IPMultiIOPCB", + "ValveBoxW", ], DISCOVER_CLIMATE: [ "Thermostat", @@ -134,6 +137,7 @@ HM_DEVICE_TYPES = { "ThermostatGroup", "IPThermostatWall230V", "IPThermostatWall2", + "IPWThermostatWall", ], DISCOVER_BINARY_SENSORS: [ "ShutterContact", @@ -167,6 +171,7 @@ HM_DEVICE_TYPES = { "IPAlarmSensor", "IPRainSensor", "IPLanRouter", + "IPMultiIOPCB", ], DISCOVER_COVER: [ "Blind", diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index ce192bc3808..8b1ee62a09e 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.72"], + "requirements": ["pyhomematic==0.1.73"], "codeowners": ["@pvizeli", "@danielperna84"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index 0f466a7a55f..28ba647d47a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1457,7 +1457,7 @@ pyhik==0.2.8 pyhiveapi==0.4.2 # homeassistant.components.homematic -pyhomematic==0.1.72 +pyhomematic==0.1.73 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 25bda050a52..98a3bbc5621 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -804,7 +804,7 @@ pyheos==0.7.2 pyhiveapi==0.4.2 # homeassistant.components.homematic -pyhomematic==0.1.72 +pyhomematic==0.1.73 # homeassistant.components.ialarm pyialarm==1.8.1