Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leranp authored Oct 14, 2023
1 parent 49658a0 commit 00ab3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/galatz_news/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def play_galatz_news_service(call):
# _LOGGER.error(service_data)
hass.services.call("media_player", "play_media", service_data)

def play_galatz_news_service(call):
def play_kan_news_service(call):
"""Handle the service call."""
media_player_entity_id = call.data.get("entity_id")

Expand Down

0 comments on commit 00ab3e7

Please sign in to comment.