The adapter provides a lot of datapoints with information about the event, but there is no simple trigger with true/false that shows the event is now active.
In my opinion it makes sense to turn the now state into a boolean.
I think, this is not needed. Currently the time, when it occour is shown. It could also be multiple times.
To handle it as boolean is simple, use !!value, than you get a real bool
The adapter provides a lot of datapoints with information about the event, but there is no simple trigger with true/false that shows the event is now active. In my opinion it makes sense to turn the now state into a boolean.