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

Classes

class  DashboardsCollection
 
class  DashboardsCollectionWebSocket
 
class  LovelaceConfig
 
class  LovelaceStorage
 
class  LovelaceYAML
 

Functions

def _config_info (mode, config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONFIG_STORAGE_KEY = "lovelace.{}"
 
 CONFIG_STORAGE_KEY_DEFAULT = DOMAIN
 
int CONFIG_STORAGE_VERSION = 1
 
string DASHBOARDS_STORAGE_KEY = f"{DOMAIN}_dashboards"
 
int DASHBOARDS_STORAGE_VERSION = 1
 

Detailed Description

Lovelace dashboard support.

Function Documentation

◆ _config_info()

def homeassistant.components.lovelace.dashboard._config_info (   mode,
  config 
)
private
Generate info about the config.

Definition at line 253 of file dashboard.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 42 of file dashboard.py.

◆ CONFIG_STORAGE_KEY

string homeassistant.components.lovelace.dashboard.CONFIG_STORAGE_KEY = "lovelace.{}"

Definition at line 38 of file dashboard.py.

◆ CONFIG_STORAGE_KEY_DEFAULT

homeassistant.components.lovelace.dashboard.CONFIG_STORAGE_KEY_DEFAULT = DOMAIN

Definition at line 37 of file dashboard.py.

◆ CONFIG_STORAGE_VERSION

int homeassistant.components.lovelace.dashboard.CONFIG_STORAGE_VERSION = 1

Definition at line 39 of file dashboard.py.

◆ DASHBOARDS_STORAGE_KEY

string homeassistant.components.lovelace.dashboard.DASHBOARDS_STORAGE_KEY = f"{DOMAIN}_dashboards"

Definition at line 40 of file dashboard.py.

◆ DASHBOARDS_STORAGE_VERSION

int homeassistant.components.lovelace.dashboard.DASHBOARDS_STORAGE_VERSION = 1

Definition at line 41 of file dashboard.py.