core/homeassistant/components/evohome/services.yaml

57 lines
1.1 KiB
YAML
Raw Normal View History

2020-01-18 12:21:22 +00:00
# Support for (EMEA/EU-based) Honeywell TCC climate systems.
# Describes the format for available services
set_system_mode:
fields:
mode:
example: Away
selector:
select:
options:
2022-03-30 07:48:06 +00:00
- "Auto"
- "AutoWithEco"
- "Away"
- "Custom"
- "DayOff"
- "HeatingOff"
2020-01-18 12:21:22 +00:00
period:
example: '{"days": 28}'
selector:
object:
2020-01-18 12:21:22 +00:00
duration:
example: '{"hours": 18}'
selector:
object:
2020-01-18 12:21:22 +00:00
reset_system:
refresh_system:
set_zone_override:
fields:
entity_id:
required: true
2020-01-18 12:21:22 +00:00
example: climate.bathroom
selector:
entity:
integration: evohome
domain: climate
2020-01-18 12:21:22 +00:00
setpoint:
required: true
selector:
number:
min: 4.0
max: 35.0
step: 0.1
2020-01-18 12:21:22 +00:00
duration:
example: '{"minutes": 135}'
selector:
object:
2020-01-18 12:21:22 +00:00
clear_zone_override:
fields:
entity_id:
required: true
selector:
entity:
integration: evohome
domain: climate