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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 sensor
 

Functions

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

Variables

 IPPConfigEntry
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The Internet Printing Protocol (IPP) integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.ipp.async_setup_entry ( HomeAssistant  hass,
IPPConfigEntry  entry 
)
Set up IPP from a config entry.

Definition at line 23 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 47 of file __init__.py.

Variable Documentation

◆ IPPConfigEntry

homeassistant.components.ipp.IPPConfigEntry

Definition at line 20 of file __init__.py.

◆ PLATFORMS

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

Definition at line 18 of file __init__.py.