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

Variables

string CONF_APP_ID = "app_id"
 
string DOMAIN = "thethingsnetwork"
 
list PLATFORMS = [Platform.SENSOR]
 
int POLLING_PERIOD_S = 60
 
string TTN_API_HOST = "eu1.cloud.thethings.network"
 

Detailed Description

The Things Network's integration constants.

Variable Documentation

◆ CONF_APP_ID

string homeassistant.components.thethingsnetwork.const.CONF_APP_ID = "app_id"

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.thethingsnetwork.const.DOMAIN = "thethingsnetwork"

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.thethingsnetwork.const.PLATFORMS = [Platform.SENSOR]

Definition at line 8 of file const.py.

◆ POLLING_PERIOD_S

int homeassistant.components.thethingsnetwork.const.POLLING_PERIOD_S = 60

Definition at line 12 of file const.py.

◆ TTN_API_HOST

string homeassistant.components.thethingsnetwork.const.TTN_API_HOST = "eu1.cloud.thethings.network"

Definition at line 6 of file const.py.