mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Correct service not found exception message (#43846)
This commit is contained in:
parent
fec0d26d55
commit
834f3603bc
@ -80,4 +80,4 @@ class ServiceNotFound(HomeAssistantError):
|
||||
|
||||
def __str__(self) -> str:
|
||||
"""Return string representation."""
|
||||
return f"Unable to find service {self.domain}/{self.service}"
|
||||
return f"Unable to find service {self.domain}.{self.service}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user