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

Public Member Functions

def __init__ (self, hass, data)
 
def send_message (self, message="", **kwargs)
 

Public Attributes

 data
 
 hass
 

Detailed Description

Implement the notification service for Homematic.

Definition at line 56 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.homematic.notify.HomematicNotificationService.__init__ (   self,
  hass,
  data 
)
Initialize the service.

Definition at line 59 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.homematic.notify.HomematicNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send a notification to the device.

Definition at line 64 of file notify.py.

Member Data Documentation

◆ data

homeassistant.components.homematic.notify.HomematicNotificationService.data

Definition at line 62 of file notify.py.

◆ hass

homeassistant.components.homematic.notify.HomematicNotificationService.hass

Definition at line 61 of file notify.py.


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