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

Variables

string CONF_NEW_TOKEN = "new_token"
 
string DEFAULT_NAME = "OTP Sensor"
 
string DOMAIN = "otp"
 

Detailed Description

Constants for the One-Time Password (OTP) integration.

Variable Documentation

◆ CONF_NEW_TOKEN

string homeassistant.components.otp.const.CONF_NEW_TOKEN = "new_token"

Definition at line 5 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.otp.const.DEFAULT_NAME = "OTP Sensor"

Definition at line 4 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.