Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update climate strings for consistent names and descriptions #130967

Merged
merged 5 commits into from
Nov 25, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions homeassistant/components/climate/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 highest temperature allowed."
NoRi2909 marked this conversation as resolved.
Show resolved Hide resolved
},
"target_temp_low": {
"name": "Target temperature low",
"description": "Low target temperature."
"name": "Lower target temperature",
"description": "The lowest temperature allowed."
},
"hvac_mode": {
"name": "HVAC mode",
Expand Down
Loading