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

Classes

class  ProwlNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string _RESOURCE = "https://api.prowlapp.com/publicapi/"
 
 PLATFORM_SCHEMA = NOTIFY_PLATFORM_SCHEMA.extend({vol.Required(CONF_API_KEY): cv.string})
 

Detailed Description

Prowl notification service.

Function Documentation

◆ async_get_service()

ProwlNotificationService homeassistant.components.prowl.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Prowl notification service.

Definition at line 30 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file notify.py.

◆ _RESOURCE

string homeassistant.components.prowl.notify._RESOURCE = "https://api.prowlapp.com/publicapi/"
private

Definition at line 25 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.prowl.notify.PLATFORM_SCHEMA = NOTIFY_PLATFORM_SCHEMA.extend({vol.Required(CONF_API_KEY): cv.string})

Definition at line 27 of file notify.py.