Skip to content
Snippets Groups Projects
Unverified Commit a345e803 authored by Norbert Rittel's avatar Norbert Rittel Committed by GitHub
Browse files

Replace unnecessary abbreviations in set_room_temperature action (#134278)

parent 7a3d9a93
No related branches found
No related tags found
No related merge requests found
...@@ -63,15 +63,15 @@ ...@@ -63,15 +63,15 @@
}, },
"away_temp": { "away_temp": {
"name": "Away temperature", "name": "Away temperature",
"description": "Away temp." "description": "Room temperature in away mode"
}, },
"comfort_temp": { "comfort_temp": {
"name": "Comfort temperature", "name": "Comfort temperature",
"description": "Comfort temp." "description": "Room temperature in comfort mode"
}, },
"sleep_temp": { "sleep_temp": {
"name": "Sleep temperature", "name": "Sleep temperature",
"description": "Sleep temp." "description": "Room temperature in sleep mode"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment