Update climate strings for consistent names and descriptions (#130967)

This commit is contained in:
Norbert Rittel 2024-11-25 23:05:26 +01:00 committed by GitHub
parent b60f981c3e
commit 4e22da2a75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",