Collection of dashboards.
Definition at line 261 of file dashboard.py.
◆ __init__()
| def homeassistant.components.lovelace.dashboard.DashboardsCollection.__init__ |
( |
|
self, |
|
|
|
hass |
|
) |
| |
Initialize the dashboards collection.
Definition at line 267 of file dashboard.py.
◆ _get_suggested_id()
| str homeassistant.components.lovelace.dashboard.DashboardsCollection._get_suggested_id |
( |
|
self, |
|
|
dict |
info |
|
) |
| |
|
private |
Suggest an ID based on the config.
Definition at line 288 of file dashboard.py.
◆ _process_create_data()
| dict homeassistant.components.lovelace.dashboard.DashboardsCollection._process_create_data |
( |
|
self, |
|
|
dict |
data |
|
) |
| |
|
private |
◆ _update_data()
| dict homeassistant.components.lovelace.dashboard.DashboardsCollection._update_data |
( |
|
self, |
|
|
dict |
item, |
|
|
dict |
update_data |
|
) |
| |
|
private |
Return a new updated data object.
Definition at line 292 of file dashboard.py.
◆ CREATE_SCHEMA
| homeassistant.components.lovelace.dashboard.DashboardsCollection.CREATE_SCHEMA = vol.Schema(STORAGE_DASHBOARD_CREATE_FIELDS) |
|
static |
◆ UPDATE_SCHEMA
| homeassistant.components.lovelace.dashboard.DashboardsCollection.UPDATE_SCHEMA = vol.Schema(STORAGE_DASHBOARD_UPDATE_FIELDS) |
|
static |
The documentation for this class was generated from the following file: