mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* Add action to Music Assistant to add currently playing item to favorites * add test * Convert to button entity * review comments * Update test_button.ambr * Fix --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Robert Resch <robert@resch.dev>
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"entity": {
|
|
"button": {
|
|
"favorite_now_playing": {
|
|
"default": "mdi:heart-plus"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"play_media": { "service": "mdi:play" },
|
|
"play_announcement": { "service": "mdi:bullhorn" },
|
|
"transfer_queue": { "service": "mdi:transfer" },
|
|
"search": { "service": "mdi:magnify" },
|
|
"get_queue": { "service": "mdi:playlist-music" },
|
|
"get_library": { "service": "mdi:music-box-multiple" }
|
|
}
|
|
}
|