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"
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"

View file

@ -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"]
}

View file

@ -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