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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 device
 
 entity
 
 sensor
 

Functions

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

Variables

string NOTIFICATION_ID = "upnp_notification"
 
string NOTIFICATION_TITLE = "UPnP/IGD Setup"
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 
 UpnpConfigEntry
 

Detailed Description

UPnP/IGD integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.upnp.async_setup_entry ( HomeAssistant  hass,
UpnpConfigEntry  entry 
)
Set up UPnP/IGD device from a config entry.

Definition at line 42 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.upnp.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a UPnP/IGD device from a config entry.

Definition at line 195 of file __init__.py.

Variable Documentation

◆ NOTIFICATION_ID

string homeassistant.components.upnp.NOTIFICATION_ID = "upnp_notification"

Definition at line 33 of file __init__.py.

◆ NOTIFICATION_TITLE

string homeassistant.components.upnp.NOTIFICATION_TITLE = "UPnP/IGD Setup"

Definition at line 34 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.upnp.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]

Definition at line 36 of file __init__.py.

◆ UpnpConfigEntry

homeassistant.components.upnp.UpnpConfigEntry

Definition at line 39 of file __init__.py.