MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
49 stars 17 forks source link

abode_alarm_end event not triggered by alarm deactivation #80

Open kevdliu opened 3 years ago

kevdliu commented 3 years ago

I was testing some home assistant automations today and noticed that the abode_alarm_end event was not fired when I deactivated the alarm. It looks like abodepy groups the alarm end event by code 3100 to 3199. I checked my abode timeline and the "Alarm Disabled" event fired after I deactivated the alarm has code 4001. I think Abode might have changed the code of this event.