Move CONF_COMMAND_TEMPLATE to .const (#64558)
This commit is contained in:
parent
8c1a5f5329
commit
7ea8d72133
6 changed files with 6 additions and 7 deletions
|
@ -20,6 +20,7 @@ from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
|
|||
from . import PLATFORMS, MqttCommandTemplate, MqttValueTemplate, subscription
|
||||
from .. import mqtt
|
||||
from .const import (
|
||||
CONF_COMMAND_TEMPLATE,
|
||||
CONF_COMMAND_TOPIC,
|
||||
CONF_ENCODING,
|
||||
CONF_QOS,
|
||||
|
@ -30,8 +31,6 @@ from .const import (
|
|||
from .debug_info import log_messages
|
||||
from .mixins import MQTT_ENTITY_COMMON_SCHEMA, MqttEntity, async_setup_entry_helper
|
||||
|
||||
CONF_COMMAND_TEMPLATE = "command_template"
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CONF_OPTIONS = "options"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue