From 0cb27ff2365e97c83582553d3632645b808f82f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=BDdrale?= Date: Wed, 18 Mar 2020 21:45:23 +0100 Subject: [PATCH] Bump pyubee to 0.10 to support more Ubee routers (#32934) * Bump pyubee to 0.10 to support more Ubee routers * Update requirements_all.txt --- homeassistant/components/ubee/device_tracker.py | 8 +++++++- homeassistant/components/ubee/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/ubee/device_tracker.py b/homeassistant/components/ubee/device_tracker.py index 21d2fd10009..266acc49c09 100644 --- a/homeassistant/components/ubee/device_tracker.py +++ b/homeassistant/components/ubee/device_tracker.py @@ -24,7 +24,13 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend( vol.Required(CONF_PASSWORD): cv.string, vol.Required(CONF_USERNAME): cv.string, vol.Optional(CONF_MODEL, default=DEFAULT_MODEL): vol.Any( - "EVW32C-0N", "EVW320B", "EVW321B", "EVW3200-Wifi", "EVW3226@UPC", "DVW32CB" + "EVW32C-0N", + "EVW320B", + "EVW321B", + "EVW3200-Wifi", + "EVW3226@UPC", + "DVW32CB", + "DDW36C", ), } ) diff --git a/homeassistant/components/ubee/manifest.json b/homeassistant/components/ubee/manifest.json index e853c7490db..446bc2c62d5 100644 --- a/homeassistant/components/ubee/manifest.json +++ b/homeassistant/components/ubee/manifest.json @@ -2,7 +2,7 @@ "domain": "ubee", "name": "Ubee Router", "documentation": "https://www.home-assistant.io/integrations/ubee", - "requirements": ["pyubee==0.9"], + "requirements": ["pyubee==0.10"], "dependencies": [], "codeowners": ["@mzdrale"] } diff --git a/requirements_all.txt b/requirements_all.txt index b6e90b841dd..dd7885af5ba 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1705,7 +1705,7 @@ pytradfri[async]==6.4.0 pytrafikverket==0.1.6.1 # homeassistant.components.ubee -pyubee==0.9 +pyubee==0.10 # homeassistant.components.uptimerobot pyuptimerobot==0.0.5