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

Public Member Functions

def __init__ (self, client)
 
def async_send_message (self, message="", **kwargs)
 

Private Attributes

 _client
 

Detailed Description

Notification service for KEBA EV Chargers.

Definition at line 23 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.keba.notify.KebaNotificationService.__init__ (   self,
  client 
)
Initialize the service.

Definition at line 26 of file notify.py.

Member Function Documentation

◆ async_send_message()

def homeassistant.components.keba.notify.KebaNotificationService.async_send_message (   self,
  message = "",
**  kwargs 
)
Send the message.

Definition at line 30 of file notify.py.

Member Data Documentation

◆ _client

homeassistant.components.keba.notify.KebaNotificationService._client
private

Definition at line 28 of file notify.py.


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