Skip to content

Commit

Permalink
Replace field keys in descriptions with translatable friendly names (#…
Browse files Browse the repository at this point in the history
…136230)

Replace field keys in description with translatable names
  • Loading branch information
NoRi2909 authored Jan 22, 2025
1 parent 5e63e02 commit 06dc88f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions homeassistant/components/ecobee/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
},
"start_date": {
"name": "Start date",
"description": "Date the vacation starts in the YYYY-MM-DD format (optional, immediately if not provided along with start_time)."
"description": "Date the vacation starts in the YYYY-MM-DD format (optional, immediately if not provided along with 'Start time')."
},
"start_time": {
"name": "Start time",
"description": "Time the vacation starts, in the local time of the thermostat, in the 24-hour format \"HH:MM:SS\"."
},
"end_date": {
"name": "End date",
"description": "Date the vacation ends in the YYYY-MM-DD format (optional, 14 days from now if not provided along with end_time)."
"description": "Date the vacation ends in the YYYY-MM-DD format (optional, 14 days from now if not provided along with 'End time')."
},
"end_time": {
"name": "End time",
Expand Down Expand Up @@ -149,11 +149,11 @@
},
"set_mic_mode": {
"name": "Set mic mode",
"description": "Enables/disables Alexa mic (only for Ecobee 4).",
"description": "Enables/disables Alexa microphone (only for Ecobee 4).",
"fields": {
"mic_enabled": {
"name": "Mic enabled",
"description": "Enable Alexa mic."
"description": "Enable Alexa microphone."
}
}
},
Expand Down

0 comments on commit 06dc88f

Please sign in to comment.