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

Public Member Functions

None __init__ (self, HomeAssistant hass, PushoverAPI pushover, str user_key)
 
None send_message (self, str message="", **Any kwargs)
 

Public Attributes

 pushover
 

Private Attributes

 _hass
 
 _user_key
 

Detailed Description

Implement the notification service for Pushover.

Definition at line 53 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.pushover.notify.PushoverNotificationService.__init__ (   self,
HomeAssistant  hass,
PushoverAPI  pushover,
str   user_key 
)
Initialize the service.

Definition at line 56 of file notify.py.

Member Function Documentation

◆ send_message()

None homeassistant.components.pushover.notify.PushoverNotificationService.send_message (   self,
str   message = "",
**Any  kwargs 
)
Send a message to a user.

Definition at line 64 of file notify.py.

Member Data Documentation

◆ _hass

homeassistant.components.pushover.notify.PushoverNotificationService._hass
private

Definition at line 60 of file notify.py.

◆ _user_key

homeassistant.components.pushover.notify.PushoverNotificationService._user_key
private

Definition at line 61 of file notify.py.

◆ pushover

homeassistant.components.pushover.notify.PushoverNotificationService.pushover

Definition at line 62 of file notify.py.


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