From b42676370c38740d9f865892bf4f6f07a7ad9ba8 Mon Sep 17 00:00:00 2001 From: "Craig J. Midwinter" Date: Wed, 16 Feb 2022 12:43:02 -0600 Subject: [PATCH] Bump pysher to 1.0.7 (#59445) * Fix Goalfeed integration See https://github.com/deepbrook/Pysher/issues/62 * update requirements * Update pysher, remove websocket-client requirement for goalfeed integration --- homeassistant/components/goalfeed/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/goalfeed/manifest.json b/homeassistant/components/goalfeed/manifest.json index a8d90d87ac3..68e12887daf 100644 --- a/homeassistant/components/goalfeed/manifest.json +++ b/homeassistant/components/goalfeed/manifest.json @@ -2,7 +2,7 @@ "domain": "goalfeed", "name": "Goalfeed", "documentation": "https://www.home-assistant.io/integrations/goalfeed", - "requirements": ["pysher==1.0.1"], + "requirements": ["pysher==1.0.7"], "codeowners": [], "iot_class": "cloud_push", "loggers": ["pysher"] diff --git a/requirements_all.txt b/requirements_all.txt index b4df475312e..c98fb222b5f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1834,7 +1834,7 @@ pyserial==3.5 pysesame2==1.0.1 # homeassistant.components.goalfeed -pysher==1.0.1 +pysher==1.0.7 # homeassistant.components.sia pysiaalarm==3.0.2