hass-core/homeassistant/components/harmony/const.py
J. Nick Koston c9592c1447
Harmony config flow improvements ()
* Harmony config flow improvements

* Address followup review comments from 

* pylint -- catching my naming error

* remove leftovers from refactor
2020-03-19 20:43:44 -05:00

8 lines
255 B
Python

"""Constants for the Harmony component."""
DOMAIN = "harmony"
SERVICE_SYNC = "sync"
SERVICE_CHANGE_CHANNEL = "change_channel"
PLATFORMS = ["remote"]
UNIQUE_ID = "unique_id"
ACTIVITY_POWER_OFF = "PowerOff"
HARMONY_OPTIONS_UPDATE = "harmony_options_update"