Refactor shared mqtt schema's to new module (#117944)
* Refactor mqtt schema's to new module * Remove unrelated change
This commit is contained in:
parent
ad69a23fda
commit
050fc73056
35 changed files with 255 additions and 231 deletions
|
@ -67,8 +67,9 @@ from ..const import (
|
|||
DOMAIN as MQTT_DOMAIN,
|
||||
)
|
||||
from ..debug_info import log_messages
|
||||
from ..mixins import MQTT_ENTITY_COMMON_SCHEMA, MqttEntity, write_state_on_attr_change
|
||||
from ..mixins import MqttEntity, write_state_on_attr_change
|
||||
from ..models import ReceiveMessage
|
||||
from ..schemas import MQTT_ENTITY_COMMON_SCHEMA
|
||||
from ..util import valid_subscribe_topic
|
||||
from .schema import MQTT_LIGHT_SCHEMA_SCHEMA
|
||||
from .schema_basic import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue