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

Public Member Functions

None __init__ (self, LaMetricDevice lametric)
 
None async_send_message (self, str message="", **Any kwargs)
 

Public Attributes

 lametric
 

Detailed Description

Implement the notification service for LaMetric.

Definition at line 42 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.lametric.notify.LaMetricNotificationService.__init__ (   self,
LaMetricDevice  lametric 
)
Initialize the service.

Definition at line 45 of file notify.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ lametric

homeassistant.components.lametric.notify.LaMetricNotificationService.lametric

Definition at line 47 of file notify.py.


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