mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update climate strings for consistent names and descriptions (#130967)
This commit is contained in:
parent
b60f981c3e
commit
4e22da2a75
@ -161,19 +161,19 @@
|
||||
},
|
||||
"set_temperature": {
|
||||
"name": "Set target temperature",
|
||||
"description": "Sets target temperature.",
|
||||
"description": "Sets the temperature setpoint.",
|
||||
"fields": {
|
||||
"temperature": {
|
||||
"name": "Temperature",
|
||||
"description": "Target temperature."
|
||||
"name": "Target temperature",
|
||||
"description": "The temperature setpoint."
|
||||
},
|
||||
"target_temp_high": {
|
||||
"name": "Target temperature high",
|
||||
"description": "High target temperature."
|
||||
"name": "Upper target temperature",
|
||||
"description": "The max temperature setpoint."
|
||||
},
|
||||
"target_temp_low": {
|
||||
"name": "Target temperature low",
|
||||
"description": "Low target temperature."
|
||||
"name": "Lower target temperature",
|
||||
"description": "The min temperature setpoint."
|
||||
},
|
||||
"hvac_mode": {
|
||||
"name": "HVAC mode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user