mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Remove unused import and unnecessary DOMAIN constant from TCP components.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user