natekspencer / hacs-vivint

Home Assistant integration for a Vivint home security system.
MIT License
66 stars 6 forks source link

Enhancement: Send User Name of who controls alarm panel. #98

Closed 007GTCS closed 1 year ago

007GTCS commented 1 year ago

I don't know if this is possible. Wondering if you could pass the user information to Home Assistant for the User that Arm/Disarms the Alarm Panel?

Example. User 1 disarms the alarm. Home Assistant will see User 1 Disarmed Alarm device. Then you could create notifications and automations based off the User.

Thanks for your work so far, its a great add on to Home Assistant!

natekspencer commented 1 year ago

Not without making an additional call to the Vivint API and forcing the state to either wait to update or update but then request the user information asynchronously and having the changed by added later. Neither of which seem desirable.

007GTCS commented 1 year ago

That makes sense! Was just curious if it is a worthwhile effort. Thank you!