feat: add ECO temp to Generic Thermostat. (#31415)

feat: add ECO temp to Generic Thermostat.
This commit is contained in:
Minims 2024-02-26 09:36:12 +01:00 committed by GitHub
parent 303f185bb8
commit bf2e09a83c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,10 @@ comfort_temp:
description: "Set the temperature used by `preset_mode: comfort`."
required: false
type: float
eco_temp:
description: "Set the temperature used by `preset_mode: eco`."
required: false
type: float
home_temp:
description: "Set the temperature used by `preset_mode: home`."
required: false