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

Classes

class  BMWButton
 
class  BMWButtonEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for MyBMW button entities.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.bmw_connected_drive.button.async_setup_entry ( HomeAssistant  hass,
BMWConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the BMW buttons from config entry.

Definition at line 68 of file button.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file button.py.