Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.prowl.notify.ProwlNotificationService
 

Namespaces

 homeassistant.components.prowl.notify
 

Functions

ProwlNotificationService homeassistant.components.prowl.notify.async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

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