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

Classes

class  FliprHubSelect
 

Functions

None async_setup_entry (HomeAssistant hass, FliprConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Select platform for the Flipr's Hub.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.flipr.select.async_setup_entry ( HomeAssistant  hass,
FliprConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up select for Flipr hub mode.

Definition at line 23 of file select.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.flipr.select._LOGGER = logging.getLogger(__name__)
private

Definition at line 12 of file select.py.