Remove stale references in squeezebox services.yaml (#127739)

This commit is contained in:
Raj Laud 2024-10-11 07:39:33 -04:00 committed by Franck Nijhof
parent 1d132d7a1e
commit 31a075fb13
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 0 additions and 36 deletions

View File

@ -27,12 +27,6 @@
},
"call_query": {
"service": "mdi:database"
},
"sync": {
"service": "mdi:sync"
},
"unsync": {
"service": "mdi:sync-off"
}
}
}

View File

@ -30,19 +30,3 @@ call_query:
advanced: true
selector:
object:
sync:
target:
entity:
integration: squeezebox
domain: media_player
fields:
other_player:
required: true
example: "media_player.living_room"
selector:
text:
unsync:
target:
entity:
integration: squeezebox
domain: media_player

View File

@ -60,20 +60,6 @@
"description": "[%key:component::squeezebox::services::call_method::fields::parameters::description%]"
}
}
},
"sync": {
"name": "Sync",
"description": "Adds another player to this player's sync group. If the other player is already in a sync group, it will leave it.\n.",
"fields": {
"other_player": {
"name": "Other player",
"description": "Name of the other Squeezebox player to link."
}
}
},
"unsync": {
"name": "Unsync",
"description": "Removes this player from its sync group."
}
},
"entity": {