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

Functions

str url_slug (Any value)
 

Variables

 CONF_ALLOW_SINGLE_WORD
 
 CONF_MODE
 
 CONF_REQUIRE_ADMIN
 
 CONF_RESOURCE_TYPE_WS
 
 CONF_SHOW_IN_SIDEBAR
 
 CONF_TITLE
 
 CONF_URL_PATH
 
 default
 
 DEFAULT_ICON
 
 DOMAIN
 
 LOVELACE_CONFIG_FILE
 
 MODE_AUTO
 
 MODE_STORAGE
 
 MODE_YAML
 
 RESOURCE_FIELDS
 
 RESOURCE_RELOAD_SERVICE_SCHEMA
 
 RESOURCE_SCHEMA
 
 RESOURCE_TYPES
 
 SERVICE_RELOAD_RESOURCES
 
 STORAGE_DASHBOARD_UPDATE_FIELDS
 
 VolDictType
 

Detailed Description

Constants for Lovelace.

Function Documentation

◆ url_slug()

str homeassistant.components.lovelace.const.url_slug ( Any  value)
Validate value is a valid url slug.

Definition at line 87 of file const.py.

Variable Documentation

◆ CONF_ALLOW_SINGLE_WORD

homeassistant.components.lovelace.const.CONF_ALLOW_SINGLE_WORD

Definition at line 28 of file const.py.

◆ CONF_MODE

homeassistant.components.lovelace.const.CONF_MODE

Definition at line 79 of file const.py.

◆ CONF_REQUIRE_ADMIN

homeassistant.components.lovelace.const.CONF_REQUIRE_ADMIN

Definition at line 55 of file const.py.

◆ CONF_RESOURCE_TYPE_WS

homeassistant.components.lovelace.const.CONF_RESOURCE_TYPE_WS

Definition at line 30 of file const.py.

◆ CONF_SHOW_IN_SIDEBAR

homeassistant.components.lovelace.const.CONF_SHOW_IN_SIDEBAR

Definition at line 56 of file const.py.

◆ CONF_TITLE

homeassistant.components.lovelace.const.CONF_TITLE

Definition at line 54 of file const.py.

◆ CONF_URL_PATH

homeassistant.components.lovelace.const.CONF_URL_PATH

Definition at line 29 of file const.py.

◆ default

homeassistant.components.lovelace.const.default

Definition at line 59 of file const.py.

◆ DEFAULT_ICON

homeassistant.components.lovelace.const.DEFAULT_ICON

Definition at line 21 of file const.py.

◆ DOMAIN

homeassistant.components.lovelace.const.DOMAIN

Definition at line 19 of file const.py.

◆ LOVELACE_CONFIG_FILE

homeassistant.components.lovelace.const.LOVELACE_CONFIG_FILE

Definition at line 27 of file const.py.

◆ MODE_AUTO

homeassistant.components.lovelace.const.MODE_AUTO

Definition at line 25 of file const.py.

◆ MODE_STORAGE

homeassistant.components.lovelace.const.MODE_STORAGE

Definition at line 24 of file const.py.

◆ MODE_YAML

homeassistant.components.lovelace.const.MODE_YAML

Definition at line 23 of file const.py.

◆ RESOURCE_FIELDS

homeassistant.components.lovelace.const.RESOURCE_FIELDS

Definition at line 34 of file const.py.

◆ RESOURCE_RELOAD_SERVICE_SCHEMA

homeassistant.components.lovelace.const.RESOURCE_RELOAD_SERVICE_SCHEMA

Definition at line 52 of file const.py.

◆ RESOURCE_SCHEMA

homeassistant.components.lovelace.const.RESOURCE_SCHEMA

Definition at line 39 of file const.py.

◆ RESOURCE_TYPES

homeassistant.components.lovelace.const.RESOURCE_TYPES

Definition at line 32 of file const.py.

◆ SERVICE_RELOAD_RESOURCES

homeassistant.components.lovelace.const.SERVICE_RELOAD_RESOURCES

Definition at line 51 of file const.py.

◆ STORAGE_DASHBOARD_UPDATE_FIELDS

homeassistant.components.lovelace.const.STORAGE_DASHBOARD_UPDATE_FIELDS

Definition at line 84 of file const.py.

◆ VolDictType

homeassistant.components.lovelace.const.VolDictType

Definition at line 41 of file const.py.