mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 13:39:16 +00:00
8 lines
132 B
Python
8 lines
132 B
Python
"""Constants for broadlink platform."""
|
|
CONF_PACKET = "packet"
|
|
|
|
DOMAIN = "broadlink"
|
|
|
|
SERVICE_LEARN = "learn"
|
|
SERVICE_SEND = "send"
|