diff --git a/homeassistant/components/gree/manifest.json b/homeassistant/components/gree/manifest.json index 3af6f77236d..a828789daea 100644 --- a/homeassistant/components/gree/manifest.json +++ b/homeassistant/components/gree/manifest.json @@ -3,7 +3,7 @@ "name": "Gree Climate", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/gree", - "requirements": ["greeclimate==1.0.1"], + "requirements": ["greeclimate==1.0.2"], "codeowners": ["@cmroche"], "iot_class": "local_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index 84752f23515..049f89f68d0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -779,7 +779,7 @@ gpiozero==1.5.1 gps3==0.33.3 # homeassistant.components.gree -greeclimate==1.0.1 +greeclimate==1.0.2 # homeassistant.components.greeneye_monitor greeneye_monitor==3.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6d3edd15453..63bd92b6407 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -495,7 +495,7 @@ google-nest-sdm==1.4.0 googlemaps==2.5.1 # homeassistant.components.gree -greeclimate==1.0.1 +greeclimate==1.0.2 # homeassistant.components.greeneye_monitor greeneye_monitor==3.0.1