From c93d2909a28ba91858ed67f6a44ac1dcc6884e49 Mon Sep 17 00:00:00 2001 From: Clifford Roche Date: Wed, 11 Nov 2020 13:23:25 -0500 Subject: [PATCH] Bump greeclimate to 0.9.6 (#43106) This fixes a bug with discovery for some devices which do not have a CID --- homeassistant/components/gree/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/gree/manifest.json b/homeassistant/components/gree/manifest.json index 3480d84d97f..26ad518bd74 100644 --- a/homeassistant/components/gree/manifest.json +++ b/homeassistant/components/gree/manifest.json @@ -3,6 +3,6 @@ "name": "Gree Climate", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/gree", - "requirements": ["greeclimate==0.9.5"], + "requirements": ["greeclimate==0.9.6"], "codeowners": ["@cmroche"] } \ No newline at end of file diff --git a/requirements_all.txt b/requirements_all.txt index db4c7ebac6f..29cc2164b10 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -702,7 +702,7 @@ gpiozero==1.5.1 gps3==0.33.3 # homeassistant.components.gree -greeclimate==0.9.5 +greeclimate==0.9.6 # homeassistant.components.greeneye_monitor greeneye_monitor==2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index aa8c8b197fc..adaf2f94dfc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -358,7 +358,7 @@ google-cloud-pubsub==2.1.0 google-nest-sdm==0.1.14 # homeassistant.components.gree -greeclimate==0.9.5 +greeclimate==0.9.6 # homeassistant.components.griddy griddypower==0.1.0