mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 18:06:21 +01: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"
|