mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Black
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Constants for broadlink platform."""
|
||||
CONF_PACKET = 'packet'
|
||||
CONF_PACKET = "packet"
|
||||
|
||||
DOMAIN = 'broadlink'
|
||||
DOMAIN = "broadlink"
|
||||
|
||||
SERVICE_LEARN = 'learn'
|
||||
SERVICE_SEND = 'send'
|
||||
SERVICE_LEARN = "learn"
|
||||
SERVICE_SEND = "send"
|
||||
|
||||
Reference in New Issue
Block a user