Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.text.TextMode Class Reference
Inheritance diagram for homeassistant.components.text.TextMode:
[legend]
Collaboration diagram for homeassistant.components.text.TextMode:
[legend]

Static Public Attributes

string PASSWORD = "password"
 
string TEXT = "text"
 

Detailed Description

Modes for text entities.

Definition at line 94 of file __init__.py.

Member Data Documentation

◆ PASSWORD

string homeassistant.components.text.TextMode.PASSWORD = "password"
static

Definition at line 97 of file __init__.py.

◆ TEXT

string homeassistant.components.text.TextMode.TEXT = "text"
static

Definition at line 98 of file __init__.py.


The documentation for this class was generated from the following file: