Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bmw_connected_drive.notify.BMWNotificationService Class Reference
Inheritance diagram for homeassistant.components.bmw_connected_drive.notify.BMWNotificationService:
[legend]
Collaboration diagram for homeassistant.components.bmw_connected_drive.notify.BMWNotificationService:
[legend]

Public Member Functions

None __init__ (self, dict[str, MyBMWVehicle] targets)
 
None async_send_message (self, str message="", **Any kwargs)
 
dict[str, Any]|None targets (self)
 

Public Attributes

 vehicle_targets
 

Detailed Description

Send Notifications to BMW.

Definition at line 61 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.bmw_connected_drive.notify.BMWNotificationService.__init__ (   self,
dict[str, MyBMWVehicle]  targets 
)
Set up the notification service.

Definition at line 66 of file notify.py.

Member Function Documentation

◆ async_send_message()

None homeassistant.components.bmw_connected_drive.notify.BMWNotificationService.async_send_message (   self,
str   message = "",
**Any  kwargs 
)
Send a message or POI to the car.

Definition at line 75 of file notify.py.

◆ targets()

dict[str, Any] | None homeassistant.components.bmw_connected_drive.notify.BMWNotificationService.targets (   self)
Return a dictionary of registered targets.

Definition at line 71 of file notify.py.

Member Data Documentation

◆ vehicle_targets

homeassistant.components.bmw_connected_drive.notify.BMWNotificationService.vehicle_targets

Definition at line 68 of file notify.py.


The documentation for this class was generated from the following file: