mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Update climate strings for consistent names and descriptions (#130967)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user