Implement the notification service for LaMetric.
Definition at line 42 of file notify.py.
◆ __init__()
| None homeassistant.components.lametric.notify.LaMetricNotificationService.__init__ |
( |
|
self, |
|
|
LaMetricDevice |
lametric |
|
) |
| |
Initialize the service.
Definition at line 45 of file notify.py.
◆ async_send_message()
| None homeassistant.components.lametric.notify.LaMetricNotificationService.async_send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Send a message to a LaMetric device.
Definition at line 49 of file notify.py.
◆ lametric
| homeassistant.components.lametric.notify.LaMetricNotificationService.lametric |
The documentation for this class was generated from the following file:
- core/homeassistant/components/lametric/notify.py