diff --git a/homeassistant/exceptions.py b/homeassistant/exceptions.py index 015e81f2ca0..e37f68a07bf 100644 --- a/homeassistant/exceptions.py +++ b/homeassistant/exceptions.py @@ -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}"