Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.const .Cause Class Reference
Collaboration diagram for homeassistant.components.alexa.const .Cause:
[legend]

Static Public Attributes

string APP_INTERACTION = "APP_INTERACTION"
 
string PERIODIC_POLL = "PERIODIC_POLL"
 
string PHYSICAL_INTERACTION = "PHYSICAL_INTERACTION"
 
string RULE_TRIGGER = "RULE_TRIGGER"
 
string VOICE_INTERACTION = "VOICE_INTERACTION"
 

Detailed Description

Possible causes for property changes.

https://developer.amazon.com/docs/smarthome/state-reporting-for-a-smart-home-skill.html#cause-object

Definition at line 98 of file const.py.

Member Data Documentation

◆ APP_INTERACTION

string homeassistant.components.alexa.const .Cause.APP_INTERACTION = "APP_INTERACTION"
static

Definition at line 107 of file const.py.

◆ PERIODIC_POLL

string homeassistant.components.alexa.const .Cause.PERIODIC_POLL = "PERIODIC_POLL"
static

Definition at line 117 of file const.py.

◆ PHYSICAL_INTERACTION

string homeassistant.components.alexa.const .Cause.PHYSICAL_INTERACTION = "PHYSICAL_INTERACTION"
static

Definition at line 112 of file const.py.

◆ RULE_TRIGGER

string homeassistant.components.alexa.const .Cause.RULE_TRIGGER = "RULE_TRIGGER"
static

Definition at line 124 of file const.py.

◆ VOICE_INTERACTION

string homeassistant.components.alexa.const .Cause.VOICE_INTERACTION = "VOICE_INTERACTION"
static

Definition at line 128 of file const.py.


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