2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available climate services
|
2016-08-19 07:17:28 +00:00
|
|
|
|
2017-10-30 20:39:12 +00:00
|
|
|
set_aux_heat:
|
|
|
|
description: Turn auxiliary heater on/off for climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: 'climate.kitchen'
|
|
|
|
aux_heat:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New value of axillary heater.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: true
|
|
|
|
set_away_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Turn away mode on/off for climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: 'climate.kitchen'
|
|
|
|
away_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New value of away mode.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: true
|
2017-01-27 16:57:18 +00:00
|
|
|
set_hold_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Turn hold mode for climate device.
|
2017-01-27 16:57:18 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2017-01-27 16:57:18 +00:00
|
|
|
example: 'climate.kitchen'
|
|
|
|
hold_mode:
|
|
|
|
description: New value of hold mode
|
|
|
|
example: 'away'
|
2016-08-19 07:17:28 +00:00
|
|
|
set_temperature:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Set target temperature of climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: 'climate.kitchen'
|
|
|
|
temperature:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New target temperature for HVAC.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: 25
|
2016-10-05 06:48:25 +00:00
|
|
|
target_temp_high:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New target high tempereature for HVAC.
|
2016-10-05 06:48:25 +00:00
|
|
|
example: 26
|
|
|
|
target_temp_low:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New target low temperature for HVAC.
|
2016-10-05 06:48:25 +00:00
|
|
|
example: 20
|
|
|
|
operation_mode:
|
|
|
|
description: Operation mode to set temperature to. This defaults to current_operation mode if not set, or set incorrectly.
|
|
|
|
example: 'Heat'
|
2016-08-19 07:17:28 +00:00
|
|
|
set_humidity:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Set target humidity of climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: 'climate.kitchen'
|
|
|
|
humidity:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New target humidity for climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: 60
|
|
|
|
set_fan_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Set fan operation for climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: 'climate.nest'
|
2017-02-08 04:38:16 +00:00
|
|
|
fan_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New value of fan mode.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: On Low
|
|
|
|
set_operation_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Set operation mode for climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2017-01-02 10:17:52 +00:00
|
|
|
example: 'climate.nest'
|
2016-08-19 07:17:28 +00:00
|
|
|
operation_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New value of operation mode.
|
2016-08-19 07:17:28 +00:00
|
|
|
example: Heat
|
|
|
|
set_swing_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Set swing operation for climate device.
|
2016-08-19 07:17:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2017-10-12 18:29:17 +00:00
|
|
|
example: 'climate.nest'
|
2016-08-19 07:17:28 +00:00
|
|
|
swing_mode:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New value of swing mode.
|
2017-10-12 18:29:17 +00:00
|
|
|
example: 1
|
2016-12-27 20:56:26 +00:00
|
|
|
ecobee_set_fan_min_on_time:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Set the minimum fan on time.
|
2016-12-27 20:56:26 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2016-12-27 20:56:26 +00:00
|
|
|
example: 'climate.kitchen'
|
|
|
|
fan_min_on_time:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: New value of fan min on time.
|
2016-12-27 20:56:26 +00:00
|
|
|
example: 5
|
|
|
|
|
|
|
|
ecobee_resume_program:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Resume the programmed schedule.
|
2016-12-27 20:56:26 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to change.
|
2016-12-27 20:56:26 +00:00
|
|
|
example: 'climate.kitchen'
|
|
|
|
resume_all:
|
|
|
|
description: Resume all events and return to the scheduled program. This default to false which removes only the top event.
|
|
|
|
example: true
|