Classes | |
| class | ResourceStorageCollection |
| class | ResourceStorageCollectionWebsocket |
| class | ResourceYAMLCollection |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | RESOURCE_STORAGE_KEY = f"{DOMAIN}_resources" |
| int | RESOURCES_STORAGE_VERSION = 1 |
Lovelace resources support.
|
private |
Definition at line 29 of file resources.py.
| string homeassistant.components.lovelace.resources.RESOURCE_STORAGE_KEY = f"{DOMAIN}_resources" |
Definition at line 27 of file resources.py.
| int homeassistant.components.lovelace.resources.RESOURCES_STORAGE_VERSION = 1 |
Definition at line 28 of file resources.py.