Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.harmony.const
 

Variables

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