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

Classes

class  AirlySensor
 
class  AirlySensorEntityDescription
 

Functions

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

Variables

int PARALLEL_UPDATES = 1
 

Detailed Description

Support for the Airly sensor service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.airly.sensor.async_setup_entry ( HomeAssistant  hass,
AirlyConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up Airly sensor entities based on a config entry.

Definition at line 175 of file sensor.py.

Variable Documentation

◆ PARALLEL_UPDATES

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

Definition at line 56 of file sensor.py.