mirror of
https://github.com/home-assistant/core.git
synced 2025-11-23 17:56:59 +00:00
Use global CONF_UNIQUE_ID for mqtt (#38595)
* Use global CONF_UNIQUE_ID for mqtt * Update __init__.py * Update __init__.py * Update __init__.py Co-authored-by: Chris Talkington <chris@talkingtontech.com>
This commit is contained in:
@@ -22,7 +22,6 @@ from homeassistant.components.mqtt import (
|
||||
CONF_QOS,
|
||||
CONF_RETAIN,
|
||||
CONF_STATE_TOPIC,
|
||||
CONF_UNIQUE_ID,
|
||||
MqttAttributes,
|
||||
MqttAvailability,
|
||||
MqttDiscoveryUpdate,
|
||||
@@ -41,6 +40,7 @@ from homeassistant.const import (
|
||||
CONF_PAYLOAD_ON,
|
||||
CONF_RGB,
|
||||
CONF_STATE,
|
||||
CONF_UNIQUE_ID,
|
||||
CONF_VALUE_TEMPLATE,
|
||||
CONF_WHITE_VALUE,
|
||||
CONF_XY,
|
||||
|
||||
Reference in New Issue
Block a user