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:
parent
a533b7a746
commit
f6fbecf963
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue