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

Classes

class  TtnDataSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The Things Network's integration sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.thethingsnetwork.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Add entities for TTN.

Definition at line 19 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file sensor.py.