Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.flux_led.select Namespace Reference

Classes

class  FluxConfigAtStartSelect
 
class  FluxConfigSelect
 
class  FluxICTypeSelect
 
class  FluxOperatingModesSelect
 
class  FluxPowerStateSelect
 
class  FluxRemoteConfigSelect
 
class  FluxWhiteChannelSelect
 
class  FluxWiringsSelect
 

Functions

None _async_delayed_reload (HomeAssistant hass, config_entries.ConfigEntry entry)
 
None async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary NAME_TO_POWER_RESTORE_STATE
 

Detailed Description

Support for Magic Home select.

Function Documentation

◆ _async_delayed_reload()

None homeassistant.components.flux_led.select._async_delayed_reload ( HomeAssistant  hass,
config_entries.ConfigEntry   entry 
)
private
Reload after making a change that will effect the operation of the device.

Definition at line 32 of file select.py.

◆ async_setup_entry()

None homeassistant.components.flux_led.select.async_setup_entry ( HomeAssistant  hass,
config_entries.ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Flux selects.

Definition at line 40 of file select.py.

Variable Documentation

◆ NAME_TO_POWER_RESTORE_STATE

dictionary homeassistant.components.flux_led.select.NAME_TO_POWER_RESTORE_STATE
Initial value:
1 = {
2  _human_readable_option(option.name): option for option in PowerRestoreState
3 }
str _human_readable_option(str const_option)
Definition: util.py:26

Definition at line 27 of file select.py.