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

Static Public Attributes

string BOX = "box"
 
string SLIDER = "slider"
 

Detailed Description

Possible modes for a number selector.

Definition at line 1036 of file selector.py.

Member Data Documentation

◆ BOX

string homeassistant.helpers.selector.NumberSelectorMode.BOX = "box"
static

Definition at line 1039 of file selector.py.

◆ SLIDER

string homeassistant.helpers.selector.NumberSelectorMode.SLIDER = "slider"
static

Definition at line 1040 of file selector.py.


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