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

Classes

class  ImgwPibSensorEntity
 
class  ImgwPibSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ImgwPibConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 1
 

Detailed Description

IMGW-PIB sensor platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.imgw_pib.sensor.async_setup_entry ( HomeAssistant  hass,
ImgwPibConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Add a IMGW-PIB sensor entity from a config_entry.

Definition at line 77 of file sensor.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.imgw_pib.sensor.PARALLEL_UPDATES = 1

Definition at line 25 of file sensor.py.