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

Namespaces

 api
 
 config_flow
 
 const
 
 notify
 
 sensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The pushbullet component.

Function Documentation

◆ async_setup()

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

Definition at line 31 of file __init__.py.

◆ async_setup_entry()

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

Definition at line 38 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.pushbullet.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 75 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.pushbullet._LOGGER = logging.getLogger(__name__)
private

Definition at line 26 of file __init__.py.

◆ CONFIG_SCHEMA

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

Definition at line 28 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.pushbullet.PLATFORMS = [Platform.SENSOR]

Definition at line 24 of file __init__.py.