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

Classes

class  BMWNumber
 
class  BMWNumberEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Number platform for BMW.

Function Documentation

◆ async_setup_entry()

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

Definition at line 56 of file number.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file number.py.