Skip to content

Commit

Permalink
docs: fix typo in parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed May 23, 2020
1 parent 11bd6fa commit 0321908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ async def refresh(self, device=None, skip_api: bool = False):
device (json): A refreshed device json from Amazon. For efficiency,
an individual device does not refresh if it's reported
as offline.
no_api (bool): Whether to only due a device json update and not hit the API
skip_api (bool): Whether to only due a device json update and not hit the API
"""
if device is not None:
Expand Down

0 comments on commit 0321908

Please sign in to comment.