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

Variables

string ATTR_MAX = "max"
 
string ATTR_MIN = "min"
 
string ATTR_MODE = "mode"
 
string ATTR_PATTERN = "pattern"
 
string ATTR_VALUE = "value"
 
string DOMAIN = "text"
 
string SERVICE_SET_VALUE = "set_value"
 

Detailed Description

Provides the constants needed for the component.

Variable Documentation

◆ ATTR_MAX

string homeassistant.components.text.const.ATTR_MAX = "max"

Definition at line 5 of file const.py.

◆ ATTR_MIN

string homeassistant.components.text.const.ATTR_MIN = "min"

Definition at line 6 of file const.py.

◆ ATTR_MODE

string homeassistant.components.text.const.ATTR_MODE = "mode"

Definition at line 7 of file const.py.

◆ ATTR_PATTERN

string homeassistant.components.text.const.ATTR_PATTERN = "pattern"

Definition at line 8 of file const.py.

◆ ATTR_VALUE

string homeassistant.components.text.const.ATTR_VALUE = "value"

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ SERVICE_SET_VALUE

string homeassistant.components.text.const.SERVICE_SET_VALUE = "set_value"

Definition at line 11 of file const.py.