Add boost support for Hive TRVs (#31261)

* Add boost support for TRVs

* Updated pyhiveapi dependency to 0.2.20.1
This commit is contained in:
Martin Long 2020-02-23 16:40:50 +00:00 committed by GitHub
parent a533b7a746
commit f6fbecf963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ _LOGGER = logging.getLogger(__name__)
DOMAIN = "hive" DOMAIN = "hive"
DATA_HIVE = "data_hive" DATA_HIVE = "data_hive"
SERVICES = ["Heating", "HotWater"] SERVICES = ["Heating", "HotWater", "TRV"]
SERVICE_BOOST_HOT_WATER = "boost_hot_water" SERVICE_BOOST_HOT_WATER = "boost_hot_water"
SERVICE_BOOST_HEATING = "boost_heating" SERVICE_BOOST_HEATING = "boost_heating"
ATTR_TIME_PERIOD = "time_period" ATTR_TIME_PERIOD = "time_period"

View File

@ -2,7 +2,7 @@
"domain": "hive", "domain": "hive",
"name": "Hive", "name": "Hive",
"documentation": "https://www.home-assistant.io/integrations/hive", "documentation": "https://www.home-assistant.io/integrations/hive",
"requirements": ["pyhiveapi==0.2.19.3"], "requirements": ["pyhiveapi==0.2.20.1"],
"dependencies": [], "dependencies": [],
"codeowners": ["@Rendili", "@KJonline"] "codeowners": ["@Rendili", "@KJonline"]
} }

View File

@ -1287,7 +1287,7 @@ pyheos==0.6.0
pyhik==0.2.5 pyhik==0.2.5
# homeassistant.components.hive # homeassistant.components.hive
pyhiveapi==0.2.19.3 pyhiveapi==0.2.20.1
# homeassistant.components.homematic # homeassistant.components.homematic
pyhomematic==0.1.65 pyhomematic==0.1.65