Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.config_validation.multi_select Class Reference

Public Member Functions

list __call__ (self, list selected)
 
None __init__ (self, dict|list options)
 

Public Attributes

 options
 

Detailed Description

Multi select validator returning list of selected values.

Definition at line 924 of file config_validation.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.config_validation.multi_select.__init__ (   self,
dict | list  options 
)
Initialize multi select.

Definition at line 927 of file config_validation.py.

Member Function Documentation

◆ __call__()

list homeassistant.helpers.config_validation.multi_select.__call__ (   self,
list  selected 
)
Validate input.

Definition at line 931 of file config_validation.py.

Member Data Documentation

◆ options

homeassistant.helpers.config_validation.multi_select.options

Definition at line 929 of file config_validation.py.


The documentation for this class was generated from the following file: