Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.selector.ConfigEntrySelector Class Reference
Inheritance diagram for homeassistant.helpers.selector.ConfigEntrySelector:
[legend]
Collaboration diagram for homeassistant.helpers.selector.ConfigEntrySelector:
[legend]

Public Member Functions

str __call__ (self, Any data)
 
None __init__ (self, ConfigEntrySelectorConfig|None config=None)
 

Static Public Attributes

 CONFIG_SCHEMA
 
string selector_type = "config_entry"
 

Detailed Description

Selector of a config entry.

Definition at line 484 of file selector.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.selector.ConfigEntrySelector.__init__ (   self,
ConfigEntrySelectorConfig | None   config = None 
)
Instantiate a selector.

Definition at line 495 of file selector.py.

Member Function Documentation

◆ __call__()

str homeassistant.helpers.selector.ConfigEntrySelector.__call__ (   self,
Any  data 
)
Validate the passed selection.

Definition at line 499 of file selector.py.

Member Data Documentation

◆ CONFIG_SCHEMA

homeassistant.helpers.selector.ConfigEntrySelector.CONFIG_SCHEMA
static
Initial value:
= vol.Schema(
{
vol.Optional("integration"): str,
}
)

Definition at line 489 of file selector.py.

◆ selector_type

string homeassistant.helpers.selector.ConfigEntrySelector.selector_type = "config_entry"
static

Definition at line 487 of file selector.py.


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