Home Assistant Unofficial Reference 2024.12.1
dashboard.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.lovelace.dashboard.DashboardsCollection
 
class  homeassistant.components.lovelace.dashboard.DashboardsCollectionWebSocket
 
class  homeassistant.components.lovelace.dashboard.LovelaceConfig
 
class  homeassistant.components.lovelace.dashboard.LovelaceStorage
 
class  homeassistant.components.lovelace.dashboard.LovelaceYAML
 

Namespaces

 homeassistant.components.lovelace.dashboard
 

Functions

def homeassistant.components.lovelace.dashboard._config_info (mode, config)
 

Variables

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