"""Constants for broadlink platform."""
CONF_PACKET = 'packet'

DOMAIN = 'broadlink'

SERVICE_LEARN = 'learn'
SERVICE_SEND = 'send'