mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Generic thermostats presets (#20264)
This commit is contained in:
parent
65efb4ef0c
commit
cfb69e24dd
@ -81,7 +81,23 @@ initial_hvac_mode:
|
||||
required: false
|
||||
type: string
|
||||
away_temp:
|
||||
description: "Set the temperature used by `preset_mode: away`. If this is not specified, the preset mode feature will not be available."
|
||||
description: "Set the temperature used by `preset_mode: away`."
|
||||
required: false
|
||||
type: float
|
||||
comfort_temp:
|
||||
description: "Set the temperature used by `preset_mode: comfort`."
|
||||
required: false
|
||||
type: float
|
||||
home_temp:
|
||||
description: "Set the temperature used by `preset_mode: home`."
|
||||
required: false
|
||||
type: float
|
||||
sleep_temp:
|
||||
description: "Set the temperature used by `preset_mode: sleep`."
|
||||
required: false
|
||||
type: float
|
||||
activity_temp:
|
||||
description: "Set the temperature used by `preset_mode: activity`."
|
||||
required: false
|
||||
type: float
|
||||
precision:
|
||||
|
Loading…
x
Reference in New Issue
Block a user