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

Classes

class  AutomowerButtonEntity
 
class  AutomowerButtonEntityDescription
 

Functions

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

Variables

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

Detailed Description

Creates button entities for the Husqvarna Automower integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 54 of file button.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file button.py.

◆ PARALLEL_UPDATES

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

Definition at line 25 of file button.py.