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

Static Public Attributes

 ERROR = enum.auto()
 
 IGNORE = enum.auto()
 
 LOG = enum.auto()
 

Detailed Description

Enum for behavior on code usage.

Definition at line 174 of file frame.py.

Member Data Documentation

◆ ERROR

homeassistant.helpers.frame.ReportBehavior.ERROR = enum.auto()
static

Definition at line 181 of file frame.py.

◆ IGNORE

homeassistant.helpers.frame.ReportBehavior.IGNORE = enum.auto()
static

Definition at line 177 of file frame.py.

◆ LOG

homeassistant.helpers.frame.ReportBehavior.LOG = enum.auto()
static

Definition at line 179 of file frame.py.


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