1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/hive/services.yaml
G Johansson 966784877f
Remove long overdue deprecated service boost_heating from Hive (#97444)
* Hive heating_boost deprecation

* Remove strings

* Remove service

* services

* Remove strings
2023-08-05 23:37:01 +02:00

48 lines
866 B
YAML

boost_heating_on:
target:
entity:
integration: hive
domain: climate
fields:
time_period:
required: true
example: 01:30:00
selector:
time:
temperature:
default: 25.0
selector:
number:
min: 7
max: 35
step: 0.5
unit_of_measurement: °
boost_heating_off:
fields:
entity_id:
required: true
selector:
entity:
integration: hive
domain: climate
boost_hot_water:
fields:
entity_id:
required: true
selector:
entity:
integration: hive
domain: water_heater
time_period:
required: true
example: 01:30:00
selector:
time:
on_off:
required: true
selector:
select:
options:
- "on"
- "off"