mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Remove stale references in squeezebox services.yaml (#127739)
This commit is contained in:
parent
1d132d7a1e
commit
31a075fb13
@ -27,12 +27,6 @@
|
|||||||
},
|
},
|
||||||
"call_query": {
|
"call_query": {
|
||||||
"service": "mdi:database"
|
"service": "mdi:database"
|
||||||
},
|
|
||||||
"sync": {
|
|
||||||
"service": "mdi:sync"
|
|
||||||
},
|
|
||||||
"unsync": {
|
|
||||||
"service": "mdi:sync-off"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,19 +30,3 @@ call_query:
|
|||||||
advanced: true
|
advanced: true
|
||||||
selector:
|
selector:
|
||||||
object:
|
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
|
|
||||||
|
@ -60,20 +60,6 @@
|
|||||||
"description": "[%key:component::squeezebox::services::call_method::fields::parameters::description%]"
|
"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": {
|
"entity": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user