Correct squeezebox service (#123060)
This commit is contained in:
parent
f9276e28b0
commit
d7cc2a7e9a
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ async def async_setup_entry(
|
|||
{vol.Required(ATTR_OTHER_PLAYER): cv.string},
|
||||
"async_sync",
|
||||
)
|
||||
platform.async_register_entity_service(SERVICE_UNSYNC, None, "async_unsync")
|
||||
platform.async_register_entity_service(SERVICE_UNSYNC, {}, "async_unsync")
|
||||
|
||||
# Start server discovery task if not already running
|
||||
entry.async_on_unload(async_at_start(hass, start_server_discovery))
|
||||
|
|
Loading…
Add table
Reference in a new issue