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

Clarify action descriptions regarding Lost device sound and state #134277

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions homeassistant/components/icloud/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
},
"play_sound": {
"name": "Play sound",
"description": "Plays sound on an Apple device.",
"description": "Plays the Lost device sound on an Apple device.",
"fields": {
"account": {
"name": "Account",
"description": "[%key:component::icloud::services::update::fields::account::description%]"
},
"device_name": {
"name": "Device name",
"description": "The name of the Apple device to play a sound."
"description": "The name of the Apple device to play the sound."
}
}
},
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"lost_device": {
"name": "Lost device",
"description": "Makes an Apple device in lost state.",
"description": "Puts an Apple device in lost state.",
"fields": {
"account": {
"name": "Account",
Expand Down