1) helpers/event should not import the sun component unless it is requested. This prevents circular import. 2) fixed import typo in bootstrap 2) bootstrap cannot import event_decorators until it is needed because this leads to a circular import.
The automation component contained some very handy and generic functions for tracking sunset and sunrise. This was moved to helpers/event.py.