2020-03-23 16:01:48 +00:00
|
|
|
set_aircleaner_mode:
|
|
|
|
description: "The air cleaner mode."
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: "This setting will affect all zones connected to the thermostat."
|
|
|
|
example: climate.master_bedroom
|
|
|
|
aircleaner_mode:
|
2020-04-05 08:33:45 +00:00
|
|
|
description: 'The air cleaner mode to set. Options include "auto", "quick", or "allergy".'
|
2020-03-23 16:01:48 +00:00
|
|
|
example: allergy
|
|
|
|
|
|
|
|
set_humidify_setpoint:
|
|
|
|
description: "The humidification set point."
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: "This setting will affect all zones connected to the thermostat."
|
|
|
|
example: climate.master_bedroom
|
|
|
|
humidity:
|
|
|
|
description: "The humidification setpoint as an int, range 35-65."
|
2020-04-05 08:33:45 +00:00
|
|
|
example: 45
|