mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 06:20:17 +01:00
ff92a8b260
* Add update class method to DataUpdateCoordinator * Update homeassistant/helpers/update_coordinator.py Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> * Move update_method param * Rename async_update_data to _async_update_data * Raise NotImplementedError * Re-raise NotImplementedError * Remove caplog, not needed anymore * Don't set last_update_success on NotImplementedError * Fix test Co-authored-by: Paulus Schoutsen <balloob@gmail.com>