Public Member Functions | |
| None | __init__ (self, str item_id) |
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 | |
| item_id | |
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 an item is not found.
Definition at line 77 of file collection.py.
| None homeassistant.helpers.collection.ItemNotFound.__init__ | ( | self, | |
| str | item_id | ||
| ) |
Raised when an item is not found.
Initialize item not found error.
Definition at line 80 of file collection.py.
| homeassistant.helpers.collection.ItemNotFound.item_id |
Definition at line 83 of file collection.py.