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

Classes

class  AutomowerSelectEntity
 

Functions

None async_setup_entry (HomeAssistant hass, AutomowerConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 list
 
int PARALLEL_UPDATES = 1
 

Detailed Description

Creates a select entity for the headlight of the mower.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.husqvarna_automower.select.async_setup_entry ( HomeAssistant  hass,
AutomowerConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up select platform.

Definition at line 29 of file select.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file select.py.

◆ list

homeassistant.components.husqvarna_automower.select.list

Definition at line 21 of file select.py.

◆ PARALLEL_UPDATES

int homeassistant.components.husqvarna_automower.select.PARALLEL_UPDATES = 1

Definition at line 19 of file select.py.