mirror of
https://github.com/home-assistant/core.git
synced 2026-06-06 07:26:58 +01:00
29eb31e9da
* Activate startup delay. * Add removal of call_later if HA is stopped. This is unlikely to happen, but just security measure. * Removing timing interval. async_fire_time_changed() needs to be called twice, first time the delay is ended and second time update() is executed. * Variable naming.