Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
make setup async
Browse files Browse the repository at this point in the history
Fix for #136
  • Loading branch information
nagyrobi authored Apr 26, 2024
1 parent 2822455 commit 1f1260e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/linkplay/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

_LOGGER = logging.getLogger(__name__)

def setup(hass, config):
async def async_setup(hass, config):
"""Handle service configuration."""

async def async_service_handle(service):
Expand Down

0 comments on commit 1f1260e

Please sign in to comment.