Implement the notification service for Homematic.
Definition at line 56 of file notify.py.
◆ __init__()
| def homeassistant.components.homematic.notify.HomematicNotificationService.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
data |
|
) |
| |
Initialize the service.
Definition at line 59 of file notify.py.
◆ 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.
◆ data
| homeassistant.components.homematic.notify.HomematicNotificationService.data |
◆ hass
| homeassistant.components.homematic.notify.HomematicNotificationService.hass |
The documentation for this class was generated from the following file:
- core/homeassistant/components/homematic/notify.py