Namespaces | |
| cast | |
| const | |
| dashboard | |
| resources | |
| system_health | |
| websocket | |
Functions | |
| def | _create_map_dashboard (HomeAssistant hass) |
| def | _register_panel (hass, url_path, mode, config, update) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| def | create_yaml_resource_col (hass, yaml_resources) |
| None | reload_resources_service_handler (ServiceCall service_call) |
Variables | |
| _LOGGER | |
| CONF_DASHBOARDS | |
| config | |
| CONFIG_SCHEMA | |
| default | |
| DOMAIN | |
| extra = vol.ALLOW_EXTRA, | |
| hass | |
| mode | |
| YAML_DASHBOARD_SCHEMA | |
| yaml_resources | |
Support for the Lovelace UI.
|
private |
Definition at line 273 of file __init__.py.
|
private |
Register a panel.
Definition at line 257 of file __init__.py.
| bool homeassistant.components.lovelace.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Definition at line 77 of file __init__.py.
| def homeassistant.components.lovelace.create_yaml_resource_col | ( | hass, | |
| yaml_resources | |||
| ) |
Create yaml resources collection.
Definition at line 237 of file __init__.py.
| None homeassistant.components.lovelace.reload_resources_service_handler | ( | ServiceCall | service_call | ) |
Reload yaml resources.
Definition at line 84 of file __init__.py.
|
private |
Definition at line 46 of file __init__.py.
| homeassistant.components.lovelace.CONF_DASHBOARDS |
Definition at line 48 of file __init__.py.
| homeassistant.components.lovelace.config |
Definition at line 82 of file __init__.py.
| homeassistant.components.lovelace.CONFIG_SCHEMA |
Definition at line 58 of file __init__.py.
| homeassistant.components.lovelace.default |
Definition at line 60 of file __init__.py.
| homeassistant.components.lovelace.DOMAIN |
Definition at line 60 of file __init__.py.
| homeassistant.components.lovelace.extra = vol.ALLOW_EXTRA, |
Definition at line 73 of file __init__.py.
| homeassistant.components.lovelace.hass |
Definition at line 82 of file __init__.py.
| homeassistant.components.lovelace.mode |
Set up the Lovelace commands.
Definition at line 79 of file __init__.py.
| homeassistant.components.lovelace.YAML_DASHBOARD_SCHEMA |
Definition at line 50 of file __init__.py.
| homeassistant.components.lovelace.yaml_resources |
Definition at line 80 of file __init__.py.