From 0d5e151c6007c5b407d1018e2c5d7838a1be1035 Mon Sep 17 00:00:00 2001 From: Brandon Davidson Date: Tue, 4 Jun 2019 05:47:47 -0700 Subject: [PATCH] Update pyvera to 0.3.1 for alert support (#24289) --- homeassistant/components/vera/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/vera/manifest.json b/homeassistant/components/vera/manifest.json index 7b475c437c3..99492753edb 100644 --- a/homeassistant/components/vera/manifest.json +++ b/homeassistant/components/vera/manifest.json @@ -3,7 +3,7 @@ "name": "Vera", "documentation": "https://www.home-assistant.io/components/vera", "requirements": [ - "pyvera==0.2.45" + "pyvera==0.3.1" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index 74e979f6c04..e81a817fd25 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1495,7 +1495,7 @@ pyuptimerobot==0.0.5 # pyuserinput==0.1.11 # homeassistant.components.vera -pyvera==0.2.45 +pyvera==0.3.1 # homeassistant.components.vesync pyvesync_v2==0.9.7