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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 sensor
 

Classes

class  ImgwPibData
 

Functions

bool async_setup_entry (HomeAssistant hass, ImgwPibConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ImgwPibConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 ImgwPibConfigEntry
 

Detailed Description

The IMGW-PIB integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.imgw_pib.async_setup_entry ( HomeAssistant  hass,
ImgwPibConfigEntry  entry 
)
Set up IMGW-PIB from a config entry.

Definition at line 35 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.imgw_pib.async_unload_entry ( HomeAssistant  hass,
ImgwPibConfigEntry  entry 
)
Unload a config entry.

Definition at line 60 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file __init__.py.

◆ ImgwPibConfigEntry

homeassistant.components.imgw_pib.ImgwPibConfigEntry

Definition at line 25 of file __init__.py.