I was installing your plugin and noticed a couple of small things I could fix:
I was getting 'registering a push token timed out', even when the registration was successful. To fix it, I clearTimeout when it's successful or errors.
I was trying to get doorbell notifications, but they weren't coming through, I noticed that the eufy event is actually msg.payload.payload.event_type (not msg.payload.event_type).
Hey @birkir,
I was installing your plugin and noticed a couple of small things I could fix:
Thanks for the great work!