gjbadros / hass-vantage

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

Add support for Buttons generating events. #3

Closed colohan closed 4 years ago

colohan commented 4 years ago

On button press the event vantage_button_pressed will be generated.

One second after the first button press, the event vantage_button_multipressed will be generated, with a count of how many presses were recorded during that second.

Depends on PR https://github.com/gjbadros/pyvantage/pull/4

colohan commented 4 years ago

Abandoning this request for now, will rework and generate a new one at some point.