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

Static Public Attributes

string DROPDOWN = "dropdown"
 
string LIST = "list"
 

Detailed Description

Possible modes for a number selector.

Definition at line 1135 of file selector.py.

Member Data Documentation

◆ DROPDOWN

string homeassistant.helpers.selector.SelectSelectorMode.DROPDOWN = "dropdown"
static

Definition at line 1139 of file selector.py.

◆ LIST

string homeassistant.helpers.selector.SelectSelectorMode.LIST = "list"
static

Definition at line 1138 of file selector.py.


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