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

Namespaces

 config_flow
 
 const
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, AfterShipConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 AfterShipConfigEntry
 

Detailed Description

The AfterShip integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.aftership.async_setup_entry ( HomeAssistant  hass,
AfterShipConfigEntry  entry 
)
Set up AfterShip from a config entry.

Definition at line 18 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 36 of file __init__.py.

Variable Documentation

◆ AfterShipConfigEntry

homeassistant.components.aftership.AfterShipConfigEntry

Definition at line 15 of file __init__.py.