From 187fec9a0c819b49d8a965692c305589f9a55e02 Mon Sep 17 00:00:00 2001
From: Daniel Perna <danielperna84@gmail.com>
Date: Fri, 2 Oct 2020 09:06:05 +0200
Subject: [PATCH] Update pyhomematic to 0.1.69 (#41010)

---
 homeassistant/components/homematic/const.py      | 5 ++++-
 homeassistant/components/homematic/manifest.json | 2 +-
 requirements_all.txt                             | 2 +-
 requirements_test_all.txt                        | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py
index 1ce18a8e759..22ac7972c4d 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 d8c60c0f976..f4bbd06aad1 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 d92cc275157..53f61a9a1d7 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 a5218ff0e77..2fb655ce0f7 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
-- 
GitLab