mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
MySensors: Fix legacy import of persistence file name
Turns out tests help to find bugs :D
This commit is contained in:
@@ -140,6 +140,7 @@ async def async_setup(hass, config: ConfigType) -> bool:
|
||||
CONF_TOPIC_IN_PREFIX: gw.get(CONF_TOPIC_IN_PREFIX),
|
||||
CONF_RETAIN: config[CONF_RETAIN],
|
||||
CONF_VERSION: config[CONF_VERSION],
|
||||
CONF_PERSISTENCE_FILE: gw.get(CONF_PERSISTENCE_FILE)
|
||||
# nodes config ignored at this time. renaming nodes can now be done from the frontend.
|
||||
}
|
||||
for gw in config[CONF_GATEWAYS]
|
||||
|
Reference in New Issue
Block a user