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 3 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 target temperature for a climate device.",
frenck marked this conversation as resolved.
Show resolved Hide resolved
"fields": {
"temperature": {
"name": "Temperature",
"description": "Target temperature."
"name": "Target temperature",
"description": "The setpoint for the climate device."
},
"target_temp_high": {
"name": "Target temperature high",
"description": "High target temperature."
"name": "Upper target temperature",
"description": "The highest temperature that the climate device will allow."
},
"target_temp_low": {
"name": "Target temperature low",
"description": "Low target temperature."
"name": "Lower target temperature",
"description": "The lowest temperature that the climate device will allow."
},
"hvac_mode": {
"name": "HVAC mode",
Expand Down
Loading