Public Member Functions | |
| None | __init__ (self, str domain, str service) |
Public Member Functions inherited from homeassistant.exceptions.HomeAssistantError | |
| None | __init__ (self, *object args, str|None translation_domain=None, str|None translation_key=None, dict[str, str]|None translation_placeholders=None) |
| str | __str__ (self) |
Public Attributes | |
| domain | |
| generate_message | |
| service | |
Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| generate_message | |
| translation_domain | |
| translation_key | |
| translation_placeholders | |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| bool | |
| None | |
Raised when a service is not found.
Definition at line 258 of file exceptions.py.
| None homeassistant.exceptions.ServiceNotFound.__init__ | ( | self, | |
| str | domain, | ||
| str | service | ||
| ) |
Initialize error.
Definition at line 261 of file exceptions.py.
| homeassistant.exceptions.ServiceNotFound.domain |
Definition at line 268 of file exceptions.py.
| homeassistant.exceptions.ServiceNotFound.generate_message |
Definition at line 270 of file exceptions.py.
| homeassistant.exceptions.ServiceNotFound.service |
Definition at line 269 of file exceptions.py.