Generic thermostats presets (#20264)

This commit is contained in:
Brian Egge 2021-12-23 19:29:56 -05:00 committed by GitHub
parent 65efb4ef0c
commit cfb69e24dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: