1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-06 15:09:17 +00:00

7 lines
149 B
Python

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