Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.pushbullet.notify Namespace Reference

Classes

class  PushBulletNotificationService
 

Functions

PushBulletNotificationService|None async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Pushbullet platform for notify component.

Function Documentation

◆ async_get_service()

PushBulletNotificationService | None homeassistant.components.pushbullet.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Pushbullet notification service.

Definition at line 31 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.pushbullet.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 28 of file notify.py.