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

Classes

class  PushoverNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Pushover platform for notify component.

Function Documentation

◆ async_get_service()

PushoverNotificationService | None homeassistant.components.pushover.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Pushover notification service.

Definition at line 39 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 36 of file notify.py.