mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add advanced selectors to Climate service definitions (#46736)
This commit is contained in:
parent
b4136c3585
commit
0f4433ce14
@ -41,11 +41,25 @@ set_temperature:
|
|||||||
target_temp_high:
|
target_temp_high:
|
||||||
name: Target temperature high
|
name: Target temperature high
|
||||||
description: New target high temperature for HVAC.
|
description: New target high temperature for HVAC.
|
||||||
|
advanced: true
|
||||||
example: 26
|
example: 26
|
||||||
|
selector:
|
||||||
|
number:
|
||||||
|
min: 0
|
||||||
|
max: 250
|
||||||
|
step: 0.1
|
||||||
|
mode: box
|
||||||
target_temp_low:
|
target_temp_low:
|
||||||
name: Target temperature low
|
name: Target temperature low
|
||||||
description: New target low temperature for HVAC.
|
description: New target low temperature for HVAC.
|
||||||
|
advanced: true
|
||||||
example: 20
|
example: 20
|
||||||
|
selector:
|
||||||
|
number:
|
||||||
|
min: 0
|
||||||
|
max: 250
|
||||||
|
step: 0.1
|
||||||
|
mode: box
|
||||||
hvac_mode:
|
hvac_mode:
|
||||||
name: HVAC mode
|
name: HVAC mode
|
||||||
description: HVAC operation mode to set temperature to.
|
description: HVAC operation mode to set temperature to.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user