diff --git a/homeassistant/components/harmony/manifest.json b/homeassistant/components/harmony/manifest.json index 7509f3d4f4df6c5414e0beb3ff8d00287c38189a..eb7a99fffa8eaea4a4e38789f7abeaab2158bbf4 100644 --- a/homeassistant/components/harmony/manifest.json +++ b/homeassistant/components/harmony/manifest.json @@ -2,7 +2,7 @@ "domain": "harmony", "name": "Logitech Harmony Hub", "documentation": "https://www.home-assistant.io/integrations/harmony", - "requirements": ["aioharmony==0.2.6"], + "requirements": ["aioharmony==0.2.7"], "codeowners": ["@ehendrix23", "@bramkragten", "@bdraco", "@mkeesey"], "ssdp": [ { diff --git a/requirements_all.txt b/requirements_all.txt index 2cc29c3be4b5e6c404e7509662de14d7069dca95..1962b4d393e4313b406ae9634f8ef8551b97e133 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -163,7 +163,7 @@ aioftp==0.12.0 aioguardian==1.0.4 # homeassistant.components.harmony -aioharmony==0.2.6 +aioharmony==0.2.7 # homeassistant.components.homekit_controller aiohomekit==0.2.60 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2a447b539ef58b919bac5d17e6e3c3c03086f554..65b19d7aabb9e8633ee6577f6c85e35e8a5e22d5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -97,7 +97,7 @@ aioflo==0.4.1 aioguardian==1.0.4 # homeassistant.components.harmony -aioharmony==0.2.6 +aioharmony==0.2.7 # homeassistant.components.homekit_controller aiohomekit==0.2.60