Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Harmony component."""
2 
3 from homeassistant.const import Platform
4 
5 DOMAIN = "harmony"
6 SERVICE_SYNC = "sync"
7 SERVICE_CHANGE_CHANNEL = "change_channel"
8 PLATFORMS = [Platform.REMOTE, Platform.SELECT]
9 UNIQUE_ID = "unique_id"
10 ACTIVITY_POWER_OFF = "PowerOff"
11 HARMONY_OPTIONS_UPDATE = "harmony_options_update"
12 ATTR_DEVICES_LIST = "devices_list"
13 ATTR_LAST_ACTIVITY = "last_activity"
14 ATTR_ACTIVITY_STARTING = "activity_starting"
15 PREVIOUS_ACTIVE_ACTIVITY = "Previous Active Activity"