mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
b6407f77da
Setup platform async Use entity services Store UUID in default data rather than entity
6 lines
148 B
Python
6 lines
148 B
Python
"""Constants for the Openhome component."""
|
|
DOMAIN = "openhome"
|
|
SERVICE_INVOKE_PIN = "invoke_pin"
|
|
ATTR_PIN_INDEX = "pin"
|
|
DATA_OPENHOME = "openhome"
|