mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Fix spelling of "YoLink" and improve action descriptions (#137412)
Make one occurrence of "yolink" consistent, using "YoLink" instead. Reword the descriptions of the play_on_speaker_hub action to improve translations by using more descriptive language.
This commit is contained in:
parent
e134c862cd
commit
b75a9d15d0
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"title": "[%key:common::config_flow::title::reauth%]",
|
"title": "[%key:common::config_flow::title::reauth%]",
|
||||||
"description": "The yolink integration needs to re-authenticate your account"
|
"description": "The YoLink integration needs to re-authenticate your account"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
@ -99,11 +99,11 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"play_on_speaker_hub": {
|
"play_on_speaker_hub": {
|
||||||
"name": "Play on SpeakerHub",
|
"name": "Play on SpeakerHub",
|
||||||
"description": "Convert text to audio play on YoLink SpeakerHub",
|
"description": "Converts text to speech for playback on a YoLink SpeakerHub",
|
||||||
"fields": {
|
"fields": {
|
||||||
"target_device": {
|
"target_device": {
|
||||||
"name": "SpeakerHub Device",
|
"name": "SpeakerHub device",
|
||||||
"description": "SpeakerHub Device"
|
"description": "SpeakerHub device for audio playback."
|
||||||
},
|
},
|
||||||
"message": {
|
"message": {
|
||||||
"name": "Text message",
|
"name": "Text message",
|
||||||
@ -115,7 +115,7 @@
|
|||||||
},
|
},
|
||||||
"volume": {
|
"volume": {
|
||||||
"name": "Volume",
|
"name": "Volume",
|
||||||
"description": "Override the speaker volume during playback of this message only."
|
"description": "Overrides the speaker volume during playback of this message only."
|
||||||
},
|
},
|
||||||
"repeat": {
|
"repeat": {
|
||||||
"name": "Repeat",
|
"name": "Repeat",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user