mirror of
https://github.com/home-assistant/core.git
synced 2026-09-10 18:24:46 -05:00
When I turned on eager_start here the data would always end up being None because _async_update_data always returned None. To fix this it now returns the value from the push loop. It appears this race would happen in production so this may be a bugfix but since I do not use this integration it could use a second set of eyes