mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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": {
|
"set_temperature": {
|
||||||
"name": "Set target temperature",
|
"name": "Set target temperature",
|
||||||
"description": "Sets target temperature.",
|
"description": "Sets the temperature setpoint.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"name": "Temperature",
|
"name": "Target temperature",
|
||||||
"description": "Target temperature."
|
"description": "The temperature setpoint."
|
||||||
},
|
},
|
||||||
"target_temp_high": {
|
"target_temp_high": {
|
||||||
"name": "Target temperature high",
|
"name": "Upper target temperature",
|
||||||
"description": "High target temperature."
|
"description": "The max temperature setpoint."
|
||||||
},
|
},
|
||||||
"target_temp_low": {
|
"target_temp_low": {
|
||||||
"name": "Target temperature low",
|
"name": "Lower target temperature",
|
||||||
"description": "Low target temperature."
|
"description": "The min temperature setpoint."
|
||||||
},
|
},
|
||||||
"hvac_mode": {
|
"hvac_mode": {
|
||||||
"name": "HVAC mode",
|
"name": "HVAC mode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user