mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 23:51:32 +02: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.