mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +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."""
|
||||
conf = config[DOMAIN]
|
||||
|
||||
kafka = hass.data[DOMAIN] = KafkaManager(
|
||||
kafka = KafkaManager(
|
||||
hass,
|
||||
conf[CONF_IP_ADDRESS],
|
||||
conf[CONF_PORT],
|
||||
|
Loading…
x
Reference in New Issue
Block a user