Remove unused import and unnecessary DOMAIN constant from TCP components.
This commit is contained in:
parent
15303fd32d
commit
ada561df30
2 changed files with 2 additions and 3 deletions
|
@ -13,8 +13,6 @@ from homeassistant.helpers import template
|
|||
from homeassistant.exceptions import TemplateError
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
DOMAIN = "tcp"
|
||||
|
||||
CONF_PORT = "port"
|
||||
CONF_TIMEOUT = "timeout"
|
||||
CONF_PAYLOAD = "payload"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue