core/homeassistant/components/imap
J. Nick Koston f3a3e6821b
Switch imap push coordinator to use eager_start (#115454)
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
2024-04-12 09:14:35 +02:00
..
__init__.py Add IMAP fetch service (#115127) 2024-04-08 09:50:28 +02:00
config_flow.py Add config message items selector to imap option flow (#115108) 2024-04-08 19:34:50 +02:00
const.py Add config message items selector to imap option flow (#115108) 2024-04-08 19:34:50 +02:00
coordinator.py Switch imap push coordinator to use eager_start (#115454) 2024-04-12 09:14:35 +02:00
diagnostics.py Enable Ruff RET504 (#114528) 2024-04-06 11:07:37 +02:00
errors.py
icons.json Add IMAP fetch service (#115127) 2024-04-08 09:50:28 +02:00
manifest.json
sensor.py Add empty line after module docstring [g-i] (#112699) 2024-03-08 08:52:48 -05:00
services.yaml Add IMAP fetch service (#115127) 2024-04-08 09:50:28 +02:00
strings.json Add config message items selector to imap option flow (#115108) 2024-04-08 19:34:50 +02:00