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

Classes

class  TeslaFleetButtonEntity
 
class  TeslaFleetButtonEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, TeslaFleetConfigEntry entry, AddEntitiesCallback async_add_entities)
 
dict[str, dict[str, bool]] do_nothing ()
 

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Button platform for Tesla Fleet integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tesla_fleet.button.async_setup_entry ( HomeAssistant  hass,
TeslaFleetConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the TeslaFleet Button platform from a config entry.

Definition at line 61 of file button.py.

◆ do_nothing()

dict[str, dict[str, bool]] homeassistant.components.tesla_fleet.button.do_nothing ( )
Do nothing with a positive result.

Definition at line 23 of file button.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.tesla_fleet.button.PARALLEL_UPDATES = 0

Definition at line 20 of file button.py.