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 |
Lovelace dashboard support.
|
private |
Generate info about the config.
Definition at line 253 of file dashboard.py.
|
private |
Definition at line 42 of file dashboard.py.
| string homeassistant.components.lovelace.dashboard.CONFIG_STORAGE_KEY = "lovelace.{}" |
Definition at line 38 of file dashboard.py.
| homeassistant.components.lovelace.dashboard.CONFIG_STORAGE_KEY_DEFAULT = DOMAIN |
Definition at line 37 of file dashboard.py.
| int homeassistant.components.lovelace.dashboard.CONFIG_STORAGE_VERSION = 1 |
Definition at line 39 of file dashboard.py.
| string homeassistant.components.lovelace.dashboard.DASHBOARDS_STORAGE_KEY = f"{DOMAIN}_dashboards" |
Definition at line 40 of file dashboard.py.
| int homeassistant.components.lovelace.dashboard.DASHBOARDS_STORAGE_VERSION = 1 |
Definition at line 41 of file dashboard.py.