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

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