gjbadros / hass-vantage

Home Assistant custom_component for Vantage Infusion Whole House lighting system.
MIT License
9 stars 5 forks source link

Support buttons with no keypads -- for IR remotes. #9

Closed colohan closed 4 years ago

colohan commented 4 years ago

Basically... because pyvantage thinks that buttons with keypads should have PRESS/RELEASE events, while buttons without keypads are drycontacts and have Violated/Normal events.

I presumed you did it that way for a reason, and didn't want to mess with it.

gjbadros commented 4 years ago

Ah, yes, I think that's because I was copying the Elk alarm system's contact closure behavior. I'm not sure those values are the right thing any more... probably should just be a normal binary sensor. I'll look at them sometime this week. Thx.