Fix mqtt undefined error (#59787)

This commit is contained in:
Robert Hillis 2021-11-16 11:16:24 -05:00 committed by GitHub
parent fa952364cc
commit 16027b9f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ from .const import (
CONF_QOS,
CONF_RETAIN,
CONF_STATE_TOPIC,
CONF_TOPIC,
CONF_WILL_MESSAGE,
DATA_MQTT_CONFIG,
DEFAULT_BIRTH,