Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.selector.QrErrorCorrectionLevel Class Reference
Inheritance diagram for homeassistant.helpers.selector.QrErrorCorrectionLevel:
[legend]
Collaboration diagram for homeassistant.helpers.selector.QrErrorCorrectionLevel:
[legend]

Static Public Attributes

string HIGH = "high"
 
string LOW = "low"
 
string MEDIUM = "medium"
 
string QUARTILE = "quartile"
 

Detailed Description

Possible error correction levels for QR code selector.

Definition at line 537 of file selector.py.

Member Data Documentation

◆ HIGH

string homeassistant.helpers.selector.QrErrorCorrectionLevel.HIGH = "high"
static

Definition at line 543 of file selector.py.

◆ LOW

string homeassistant.helpers.selector.QrErrorCorrectionLevel.LOW = "low"
static

Definition at line 540 of file selector.py.

◆ MEDIUM

string homeassistant.helpers.selector.QrErrorCorrectionLevel.MEDIUM = "medium"
static

Definition at line 541 of file selector.py.

◆ QUARTILE

string homeassistant.helpers.selector.QrErrorCorrectionLevel.QUARTILE = "quartile"
static

Definition at line 542 of file selector.py.


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