Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect Class Reference
Inheritance diagram for homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect:
[legend]
Collaboration diagram for homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect:
[legend]

Public Member Functions

None async_select_option (self, str option)
 
str|None current_option (self)
 

Static Public Attributes

 TYPE = SELECT_DOMAIN
 
string unique_id_suffix = "trigger_distance"
 

Static Private Attributes

 _attr_entity_category = EntityCategory.CONFIG
 
list _attr_options
 
string _name_suffix = "Trigger Distance"
 
string _update_key = "triggerdistance"
 

Detailed Description

Representation of a deCONZ presence trigger distance entity.

Definition at line 160 of file select.py.

Member Function Documentation

◆ async_select_option()

None homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect.async_select_option (   self,
str  option 
)
Change the selected option.

Definition at line 183 of file select.py.

◆ current_option()

str | None homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect.current_option (   self)
Return the selected entity option to represent the entity state.

Definition at line 177 of file select.py.

Member Data Documentation

◆ _attr_entity_category

homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect._attr_entity_category = EntityCategory.CONFIG
staticprivate

Definition at line 167 of file select.py.

◆ _attr_options

list homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect._attr_options
staticprivate
Initial value:
= [
PresenceConfigTriggerDistance.FAR.value,
PresenceConfigTriggerDistance.MEDIUM.value,
PresenceConfigTriggerDistance.NEAR.value,
]

Definition at line 168 of file select.py.

◆ _name_suffix

string homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect._name_suffix = "Trigger Distance"
staticprivate

Definition at line 163 of file select.py.

◆ _update_key

string homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect._update_key = "triggerdistance"
staticprivate

Definition at line 165 of file select.py.

◆ TYPE

homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect.TYPE = SELECT_DOMAIN
static

Definition at line 174 of file select.py.

◆ unique_id_suffix

string homeassistant.components.deconz.select.DeconzPresenceTriggerDistanceSelect.unique_id_suffix = "trigger_distance"
static

Definition at line 164 of file select.py.


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