Fix Plex update module docstring (#101815)

This commit is contained in:
jjlawren 2023-10-11 08:05:34 -05:00 committed by GitHub
parent 6771d4bda4
commit c66f0e3305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ async def async_setup_entry(
config_entry: ConfigEntry,
async_add_entities: AddEntitiesCallback,
) -> None:
"""Set up Plex media_player from a config entry."""
"""Set up Plex update entities from a config entry."""
server_id = config_entry.data[CONF_SERVER_IDENTIFIER]
server = get_plex_server(hass, server_id)
plex_server = server.plex_server