From 046a4fc4016798425293740a8a4c93f7090b099d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=BDdrale?= Date: Tue, 11 Jun 2019 17:43:59 +0200 Subject: [PATCH] Bump pyubee to 0.7 to support more models (#24477) * Bump pyubee to 0.7 to support more models * Update requirements_all.txt --- homeassistant/components/ubee/device_tracker.py | 1 + homeassistant/components/ubee/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/ubee/device_tracker.py b/homeassistant/components/ubee/device_tracker.py index b81a2320b5e..c31e3f040aa 100644 --- a/homeassistant/components/ubee/device_tracker.py +++ b/homeassistant/components/ubee/device_tracker.py @@ -22,6 +22,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({ vol.Any( 'EVW32C-0N', 'EVW320B', + 'EVW321B', 'EVW3200-Wifi', 'EVW3226@UPC', ), diff --git a/homeassistant/components/ubee/manifest.json b/homeassistant/components/ubee/manifest.json index f9f17e41546..39ffe768657 100644 --- a/homeassistant/components/ubee/manifest.json +++ b/homeassistant/components/ubee/manifest.json @@ -3,7 +3,7 @@ "name": "Ubee", "documentation": "https://www.home-assistant.io/components/ubee", "requirements": [ - "pyubee==0.6" + "pyubee==0.7" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index 886eb7b6302..7d640e43f5b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1498,7 +1498,7 @@ pytradfri[async]==6.0.1 pytrafikverket==0.1.5.9 # homeassistant.components.ubee -pyubee==0.6 +pyubee==0.7 # homeassistant.components.uptimerobot pyuptimerobot==0.0.5