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}) | |
Prowl notification service.
| ProwlNotificationService homeassistant.components.prowl.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
|
private |