Classes | |
| class | Registry |
Functions | |
| Callable[[_VT], _VT] | register (self, _KT name) |
Decorator utility functions.
| Callable[[_VT], _VT] homeassistant.util.decorator.register | ( | self, | |
| _KT | name | ||
| ) |
Registry of items.
Return decorator to register item with a specific name.
Definition at line 12 of file decorator.py.