Update services.yaml for nuheat (#29133)

* update services.yaml for nuheat

* update tests

* black formatting
This commit is contained in:
Raman Gupta
2019-11-27 09:20:40 -05:00
committed by Franck Nijhof
parent fdf0793fdd
commit ef21fd2536
4 changed files with 19 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ set_aux_heat:
aux_heat:
description: New value of axillary heater.
example: true
set_preset_mode:
description: Set preset mode for climate device.
fields:
@@ -18,6 +19,7 @@ set_preset_mode:
preset_mode:
description: New value of preset mode
example: 'away'
set_temperature:
description: Set target temperature of climate device.
fields:
@@ -36,6 +38,7 @@ set_temperature:
hvac_mode:
description: HVAC operation mode to set temperature to.
example: 'heat'
set_humidity:
description: Set target humidity of climate device.
fields:
@@ -45,6 +48,7 @@ set_humidity:
humidity:
description: New target humidity for climate device.
example: 60
set_fan_mode:
description: Set fan operation for climate device.
fields:
@@ -54,6 +58,7 @@ set_fan_mode:
fan_mode:
description: New value of fan mode.
example: On Low
set_hvac_mode:
description: Set HVAC operation mode for climate device.
fields:
@@ -63,6 +68,7 @@ set_hvac_mode:
hvac_mode:
description: New value of operation mode.
example: heat
set_swing_mode:
description: Set swing operation for climate device.
fields:
@@ -72,13 +78,6 @@ set_swing_mode:
swing_mode:
description: New value of swing mode.
nuheat_resume_program:
description: Resume the programmed schedule.
fields:
entity_id:
description: Name(s) of entities to change.
example: 'climate.kitchen'
turn_on:
description: Turn climate device on.
fields: