mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Fetch ServiceNotFound message from translation cache (#113893)
This commit is contained in:
@@ -261,7 +261,6 @@ class ServiceNotFound(HomeAssistantError):
|
||||
"""Initialize error."""
|
||||
super().__init__(
|
||||
self,
|
||||
f"Service {domain}.{service} not found.",
|
||||
translation_domain="homeassistant",
|
||||
translation_key="service_not_found",
|
||||
translation_placeholders={"domain": domain, "service": service},
|
||||
|
||||
Reference in New Issue
Block a user