Skip to content

Commit c788245

Browse files
authored
Remove stale references in squeezebox services.yaml (#127739)
1 parent 1eea5b8 commit c788245

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

homeassistant/components/squeezebox/icons.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
},
2828
"call_query": {
2929
"service": "mdi:database"
30-
},
31-
"sync": {
32-
"service": "mdi:sync"
33-
},
34-
"unsync": {
35-
"service": "mdi:sync-off"
3630
}
3731
}
3832
}

homeassistant/components/squeezebox/services.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,3 @@ call_query:
3030
advanced: true
3131
selector:
3232
object:
33-
sync:
34-
target:
35-
entity:
36-
integration: squeezebox
37-
domain: media_player
38-
fields:
39-
other_player:
40-
required: true
41-
example: "media_player.living_room"
42-
selector:
43-
text:
44-
unsync:
45-
target:
46-
entity:
47-
integration: squeezebox
48-
domain: media_player

homeassistant/components/squeezebox/strings.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,6 @@
6060
"description": "[%key:component::squeezebox::services::call_method::fields::parameters::description%]"
6161
}
6262
}
63-
},
64-
"sync": {
65-
"name": "Sync",
66-
"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.",
67-
"fields": {
68-
"other_player": {
69-
"name": "Other player",
70-
"description": "Name of the other Squeezebox player to link."
71-
}
72-
}
73-
},
74-
"unsync": {
75-
"name": "Unsync",
76-
"description": "Removes this player from its sync group."
7763
}
7864
},
7965
"entity": {

0 commit comments

Comments
 (0)