Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.input_select.InputSelect
 
class  homeassistant.components.input_select.InputSelectStorageCollection
 
class  homeassistant.components.input_select.InputSelectStore
 

Namespaces

 homeassistant.components.input_select
 

Functions

dict[str, Any] homeassistant.components.input_select._cv_input_select (dict[str, Any] cfg)
 
list[str] homeassistant.components.input_select._remove_duplicates (list[str] options, str|None name)
 
Any homeassistant.components.input_select._unique (Any options)
 
bool homeassistant.components.input_select.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.input_select._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.input_select.CONF_INITIAL = "initial"
 
string homeassistant.components.input_select.CONF_OPTIONS = "options"
 
 homeassistant.components.input_select.CONFIG_SCHEMA
 
string homeassistant.components.input_select.DOMAIN = "input_select"
 
 homeassistant.components.input_select.RELOAD_SERVICE_SCHEMA = vol.Schema({})
 
string homeassistant.components.input_select.SERVICE_SET_OPTIONS = "set_options"
 
string homeassistant.components.input_select.STORAGE_KEY = DOMAIN
 
int homeassistant.components.input_select.STORAGE_VERSION = 1
 
int homeassistant.components.input_select.STORAGE_VERSION_MINOR = 2