Skip to content

Commit

Permalink
Fix enable entity service name (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 6, 2023
1 parent 21cd1e6 commit 30d23ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SpookService(AbstractSpookAdminService):
"""Home Assistant Core integration service to enable an entity."""

domain = DOMAIN
service = "disable_entity"
service = "enable_entity"
schema = {vol.Required("entity_id"): vol.All(cv.ensure_list, [cv.string])}

async def async_handle_service(self, call: ServiceCall) -> None:
Expand Down

0 comments on commit 30d23ea

Please sign in to comment.