mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
Do not store apache kafka in hass.data (#127090)
This commit is contained in:
@@ -53,7 +53,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
"""Activate the Apache Kafka integration."""
|
"""Activate the Apache Kafka integration."""
|
||||||
conf = config[DOMAIN]
|
conf = config[DOMAIN]
|
||||||
|
|
||||||
kafka = hass.data[DOMAIN] = KafkaManager(
|
kafka = KafkaManager(
|
||||||
hass,
|
hass,
|
||||||
conf[CONF_IP_ADDRESS],
|
conf[CONF_IP_ADDRESS],
|
||||||
conf[CONF_PORT],
|
conf[CONF_PORT],
|
||||||
|
Reference in New Issue
Block a user