mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
feat: add ECO temp to Generic Thermostat. (#31415)
feat: add ECO temp to Generic Thermostat.
This commit is contained in:
parent
303f185bb8
commit
bf2e09a83c
@ -89,6 +89,10 @@ comfort_temp:
|
|||||||
description: "Set the temperature used by `preset_mode: comfort`."
|
description: "Set the temperature used by `preset_mode: comfort`."
|
||||||
required: false
|
required: false
|
||||||
type: float
|
type: float
|
||||||
|
eco_temp:
|
||||||
|
description: "Set the temperature used by `preset_mode: eco`."
|
||||||
|
required: false
|
||||||
|
type: float
|
||||||
home_temp:
|
home_temp:
|
||||||
description: "Set the temperature used by `preset_mode: home`."
|
description: "Set the temperature used by `preset_mode: home`."
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user