mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Do not store apache kafka in hass.data (#127090)
This commit is contained in:
parent
ebe4ed99b5
commit
2deab9e0c2
@ -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],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user