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

Namespaces

 config_flow
 
 const
 
 notify
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
list PLATFORMS = [Platform.NOTIFY]
 

Detailed Description

The pushover component.

Function Documentation

◆ async_setup()

bool homeassistant.components.pushover.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the pushover component.

Definition at line 23 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.pushover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up pushover from a config entry.

Definition at line 30 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.pushover.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 20 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.pushover.PLATFORMS = [Platform.NOTIFY]

Definition at line 18 of file __init__.py.