core/homeassistant/components/openhome/const.py

6 lines
148 B
Python
Raw Normal View History

"""Constants for the Openhome component."""
DOMAIN = "openhome"
SERVICE_INVOKE_PIN = "invoke_pin"
ATTR_PIN_INDEX = "pin"
DATA_OPENHOME = "openhome"