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

Public Member Functions

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

Static Public Attributes

 CONFIG_SCHEMA = vol.Schema({})
 
string selector_type = "backup_location"
 

Detailed Description

Selector of a backup location.

Definition at line 335 of file selector.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.selector.BackupLocationSelector.__init__ (   self,
BackupLocationSelectorConfig | None   config = None 
)
Instantiate a selector.

Definition at line 342 of file selector.py.

Member Function Documentation

◆ __call__()

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

Definition at line 346 of file selector.py.

Member Data Documentation

◆ CONFIG_SCHEMA

homeassistant.helpers.selector.BackupLocationSelector.CONFIG_SCHEMA = vol.Schema({})
static

Definition at line 340 of file selector.py.

◆ selector_type

string homeassistant.helpers.selector.BackupLocationSelector.selector_type = "backup_location"
static

Definition at line 338 of file selector.py.


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