Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lovelace.resources Namespace Reference

Classes

class  ResourceStorageCollection
 
class  ResourceStorageCollectionWebsocket
 
class  ResourceYAMLCollection
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string RESOURCE_STORAGE_KEY = f"{DOMAIN}_resources"
 
int RESOURCES_STORAGE_VERSION = 1
 

Detailed Description

Lovelace resources support.

Variable Documentation

◆ _LOGGER

homeassistant.components.lovelace.resources._LOGGER = logging.getLogger(__name__)
private

Definition at line 29 of file resources.py.

◆ RESOURCE_STORAGE_KEY

string homeassistant.components.lovelace.resources.RESOURCE_STORAGE_KEY = f"{DOMAIN}_resources"

Definition at line 27 of file resources.py.

◆ RESOURCES_STORAGE_VERSION

int homeassistant.components.lovelace.resources.RESOURCES_STORAGE_VERSION = 1

Definition at line 28 of file resources.py.