Correct service not found exception message (#43846)

This commit is contained in:
Franck Nijhof 2020-12-02 10:32:25 +01:00 committed by GitHub
parent fec0d26d55
commit 834f3603bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"