mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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
@ -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"
|
||||||
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user