Correct service not found exception message (#43846)

pull/43863/head
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
1 changed files with 1 additions and 1 deletions

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