mirror of
https://github.com/home-assistant/core.git
synced 2026-06-04 14:44:35 +01:00
9117fa6eb8
Devices were not added without persistence enabled and restart of HA. Node id was added to defaultdict(list) by mistake when checking if list of defaultdict was empty. * Fix adding devices in mysensors_callback. * Change devices to regular dict.