mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Improve names and descriptions of media_player.xxx_set
actions (#138773)
Co-authored-by: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
This commit is contained in:
parent
ff4f4111d0
commit
ec7ec993b0
@ -299,22 +299,22 @@
|
||||
"description": "Removes all items from the playlist."
|
||||
},
|
||||
"shuffle_set": {
|
||||
"name": "Shuffle",
|
||||
"description": "Playback mode that selects the media in randomized order.",
|
||||
"name": "Set shuffle",
|
||||
"description": "Enables or disables the shuffle mode.",
|
||||
"fields": {
|
||||
"shuffle": {
|
||||
"name": "Shuffle",
|
||||
"description": "Whether or not shuffle mode is enabled."
|
||||
"name": "Shuffle mode",
|
||||
"description": "Whether the media should be played in randomized order or not."
|
||||
}
|
||||
}
|
||||
},
|
||||
"repeat_set": {
|
||||
"name": "Repeat",
|
||||
"description": "Playback mode that plays the media in a loop.",
|
||||
"name": "Set repeat",
|
||||
"description": "Sets the repeat mode.",
|
||||
"fields": {
|
||||
"repeat": {
|
||||
"name": "Repeat mode",
|
||||
"description": "Repeat mode to set."
|
||||
"description": "Whether the media (one or all) should be played in a loop or not."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user