Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.integration.sensor._IntegrationTrigger Class Reference
Inheritance diagram for homeassistant.components.integration.sensor._IntegrationTrigger:
[legend]
Collaboration diagram for homeassistant.components.integration.sensor._IntegrationTrigger:
[legend]

Static Public Attributes

string StateEvent = "state_event"
 
string TimeElapsed = "time_elapsed"
 

Detailed Description

Definition at line 182 of file sensor.py.

Member Data Documentation

◆ StateEvent

string homeassistant.components.integration.sensor._IntegrationTrigger.StateEvent = "state_event"
static

Definition at line 183 of file sensor.py.

◆ TimeElapsed

string homeassistant.components.integration.sensor._IntegrationTrigger.TimeElapsed = "time_elapsed"
static

Definition at line 184 of file sensor.py.


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