From f6fbecf963d91dab9ce44cf26f219c2f53956c2f Mon Sep 17 00:00:00 2001 From: Martin Long Date: Sun, 23 Feb 2020 16:40:50 +0000 Subject: [PATCH] Add boost support for Hive TRVs (#31261) * Add boost support for TRVs * Updated pyhiveapi dependency to 0.2.20.1 --- homeassistant/components/hive/__init__.py | 2 +- homeassistant/components/hive/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/hive/__init__.py b/homeassistant/components/hive/__init__.py index 976821513b6..edd3388e74f 100644 --- a/homeassistant/components/hive/__init__.py +++ b/homeassistant/components/hive/__init__.py @@ -22,7 +22,7 @@ _LOGGER = logging.getLogger(__name__) DOMAIN = "hive" DATA_HIVE = "data_hive" -SERVICES = ["Heating", "HotWater"] +SERVICES = ["Heating", "HotWater", "TRV"] SERVICE_BOOST_HOT_WATER = "boost_hot_water" SERVICE_BOOST_HEATING = "boost_heating" ATTR_TIME_PERIOD = "time_period" diff --git a/homeassistant/components/hive/manifest.json b/homeassistant/components/hive/manifest.json index 6572b0dbda2..96563d5ab3d 100644 --- a/homeassistant/components/hive/manifest.json +++ b/homeassistant/components/hive/manifest.json @@ -2,7 +2,7 @@ "domain": "hive", "name": "Hive", "documentation": "https://www.home-assistant.io/integrations/hive", - "requirements": ["pyhiveapi==0.2.19.3"], + "requirements": ["pyhiveapi==0.2.20.1"], "dependencies": [], "codeowners": ["@Rendili", "@KJonline"] } diff --git a/requirements_all.txt b/requirements_all.txt index 171acac351b..4e301df4998 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1287,7 +1287,7 @@ pyheos==0.6.0 pyhik==0.2.5 # homeassistant.components.hive -pyhiveapi==0.2.19.3 +pyhiveapi==0.2.20.1 # homeassistant.components.homematic pyhomematic==0.1.65