Grammar and consistency fixes in hdmi_cec strings (#135292)

pull/135299/head
Norbert Rittel 2025-01-10 16:15:14 +01:00 committed by GitHub
parent 6fd0760f25
commit 32d3fe714f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"services": {
"power_on": {
"name": "Power on",
"description": "Power on all devices which supports it."
"description": "Powers on all devices which support this function."
},
"select_device": {
"name": "Select device",
@ -10,7 +10,7 @@
"fields": {
"device": {
"name": "[%key:common::config_flow::data::device%]",
"description": "Address of device to select. Can be entity_id, physical address or alias from configuration."
"description": "Address of device to select. Can be an entity ID, physical address or alias from configuration."
}
}
},
@ -42,7 +42,7 @@
},
"standby": {
"name": "[%key:common::state::standby%]",
"description": "Standby all devices which supports it."
"description": "Places in standby all devices which support this function."
},
"update": {
"name": "Update",
@ -50,19 +50,19 @@
},
"volume": {
"name": "Volume",
"description": "Increases or decreases volume of system.",
"description": "Increases or decreases the system volume.",
"fields": {
"down": {
"name": "Down",
"description": "Decreases volume x levels."
"description": "Decreases the volume x levels."
},
"mute": {
"name": "Mute",
"description": "Mutes audio system."
"description": "Mutes the audio system."
},
"up": {
"name": "Up",
"description": "Increases volume x levels."
"description": "Increases the volume x levels."
}
}
}