From ee98ea89ddffe9e7363d8f687a04bc69a9ecfe55 Mon Sep 17 00:00:00 2001 From: ehendrix23 <hendrix_erik@hotmail.com> Date: Sat, 6 Feb 2021 02:55:21 -0700 Subject: [PATCH] Bump aioharmony from 0.2.6 to 0.2.7 (#46075) --- homeassistant/components/harmony/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/harmony/manifest.json b/homeassistant/components/harmony/manifest.json index 7509f3d4f4d..eb7a99fffa8 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 2cc29c3be4b..1962b4d393e 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 2a447b539ef..65b19d7aabb 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 -- GitLab