Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.harmony.const Namespace Reference

Variables

string ACTIVITY_POWER_OFF = "PowerOff"
 
string ATTR_ACTIVITY_STARTING = "activity_starting"
 
string ATTR_DEVICES_LIST = "devices_list"
 
string ATTR_LAST_ACTIVITY = "last_activity"
 
string DOMAIN = "harmony"
 
string HARMONY_OPTIONS_UPDATE = "harmony_options_update"
 
list PLATFORMS = [Platform.REMOTE, Platform.SELECT]
 
string PREVIOUS_ACTIVE_ACTIVITY = "Previous Active Activity"
 
string SERVICE_CHANGE_CHANNEL = "change_channel"
 
string SERVICE_SYNC = "sync"
 
string UNIQUE_ID = "unique_id"
 

Detailed Description

Constants for the Harmony component.

Variable Documentation

◆ ACTIVITY_POWER_OFF

string homeassistant.components.harmony.const.ACTIVITY_POWER_OFF = "PowerOff"

Definition at line 10 of file const.py.

◆ ATTR_ACTIVITY_STARTING

string homeassistant.components.harmony.const.ATTR_ACTIVITY_STARTING = "activity_starting"

Definition at line 14 of file const.py.

◆ ATTR_DEVICES_LIST

string homeassistant.components.harmony.const.ATTR_DEVICES_LIST = "devices_list"

Definition at line 12 of file const.py.

◆ ATTR_LAST_ACTIVITY

string homeassistant.components.harmony.const.ATTR_LAST_ACTIVITY = "last_activity"

Definition at line 13 of file const.py.

◆ DOMAIN

string homeassistant.components.harmony.const.DOMAIN = "harmony"

Definition at line 5 of file const.py.

◆ HARMONY_OPTIONS_UPDATE

string homeassistant.components.harmony.const.HARMONY_OPTIONS_UPDATE = "harmony_options_update"

Definition at line 11 of file const.py.

◆ PLATFORMS

list homeassistant.components.harmony.const.PLATFORMS = [Platform.REMOTE, Platform.SELECT]

Definition at line 8 of file const.py.

◆ PREVIOUS_ACTIVE_ACTIVITY

string homeassistant.components.harmony.const.PREVIOUS_ACTIVE_ACTIVITY = "Previous Active Activity"

Definition at line 15 of file const.py.

◆ SERVICE_CHANGE_CHANNEL

string homeassistant.components.harmony.const.SERVICE_CHANGE_CHANNEL = "change_channel"

Definition at line 7 of file const.py.

◆ SERVICE_SYNC

string homeassistant.components.harmony.const.SERVICE_SYNC = "sync"

Definition at line 6 of file const.py.

◆ UNIQUE_ID

string homeassistant.components.harmony.const.UNIQUE_ID = "unique_id"

Definition at line 9 of file const.py.