From 134db3f710990a002451fa767d321cd35c5d3bb9 Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Mon, 4 Jan 2021 02:46:58 -0800 Subject: [PATCH] Bump pyobihai (#44768) --- homeassistant/components/obihai/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/obihai/manifest.json b/homeassistant/components/obihai/manifest.json index bb72a967605ae..78123cc07f507 100644 --- a/homeassistant/components/obihai/manifest.json +++ b/homeassistant/components/obihai/manifest.json @@ -2,6 +2,6 @@ "domain": "obihai", "name": "Obihai", "documentation": "https://www.home-assistant.io/integrations/obihai", - "requirements": ["pyobihai==1.2.3"], + "requirements": ["pyobihai==1.3.1"], "codeowners": ["@dshokouhi"] } diff --git a/requirements_all.txt b/requirements_all.txt index b1ebef3e7eb12..43f36695a512f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1569,7 +1569,7 @@ pynx584==0.5 pynzbgetapi==0.2.0 # homeassistant.components.obihai -pyobihai==1.2.3 +pyobihai==1.3.1 # homeassistant.components.ombi pyombi==0.1.10