diff --git a/homeassistant/components/gree/manifest.json b/homeassistant/components/gree/manifest.json index 97c0ec1780c..90148d56755 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.3.0"], + "requirements": ["greeclimate==1.4.1"], "dependencies": ["network"], "codeowners": ["@cmroche"], "iot_class": "local_polling", diff --git a/requirements_all.txt b/requirements_all.txt index b12771f57e6..fab30d82e15 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -831,7 +831,7 @@ gpiozero==1.6.2 gps3==0.33.3 # homeassistant.components.gree -greeclimate==1.3.0 +greeclimate==1.4.1 # homeassistant.components.greeneye_monitor greeneye_monitor==3.0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 18986d59ff7..0eaef3fa70e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -632,7 +632,7 @@ googlemaps==2.5.1 govee-ble==0.21.1 # homeassistant.components.gree -greeclimate==1.3.0 +greeclimate==1.4.1 # homeassistant.components.greeneye_monitor greeneye_monitor==3.0.3