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

Classes

class  NAMSensor
 
class  NAMSensorEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
int PARALLEL_UPDATES = 1
 

Detailed Description

Support for the Nettigo Air Monitor service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nam.sensor.async_setup_entry ( HomeAssistant  hass,
NAMConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Add a Nettigo Air Monitor entities from a config_entry.

Definition at line 358 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nam.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 75 of file sensor.py.

◆ PARALLEL_UPDATES

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

Definition at line 73 of file sensor.py.