Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.pushbullet.api.PushBulletNotificationProvider Class Reference
Inheritance diagram for homeassistant.components.pushbullet.api.PushBulletNotificationProvider:
[legend]
Collaboration diagram for homeassistant.components.pushbullet.api.PushBulletNotificationProvider:
[legend]

Public Member Functions

None __init__ (self, HomeAssistant hass, PushBullet pushbullet)
 
None update_data (self, dict[str, Any] data)
 

Public Attributes

 daemon
 
 data
 
 hass
 
 pushbullet
 

Detailed Description

Provider for an account, leading to one or more sensors.

Definition at line 15 of file api.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.pushbullet.api.PushBulletNotificationProvider.__init__ (   self,
HomeAssistant  hass,
PushBullet  pushbullet 
)
Start to retrieve pushes from the given Pushbullet instance.

Definition at line 18 of file api.py.

Member Function Documentation

◆ update_data()

None homeassistant.components.pushbullet.api.PushBulletNotificationProvider.update_data (   self,
dict[str, Any]  data 
)
Update the current data.

Currently only monitors pushes but might be extended to monitor
different kinds of Pushbullet events.

Definition at line 26 of file api.py.

Member Data Documentation

◆ daemon

homeassistant.components.pushbullet.api.PushBulletNotificationProvider.daemon

Definition at line 24 of file api.py.

◆ data

homeassistant.components.pushbullet.api.PushBulletNotificationProvider.data

Definition at line 33 of file api.py.

◆ hass

homeassistant.components.pushbullet.api.PushBulletNotificationProvider.hass

Definition at line 20 of file api.py.

◆ pushbullet

homeassistant.components.pushbullet.api.PushBulletNotificationProvider.pushbullet

Definition at line 21 of file api.py.


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