tschamm / boschshc-hass

Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.
Other
172 stars 27 forks source link

Feature Request: Add events for Button press on Window Contact II #146

Closed borys-kupar closed 10 months ago

borys-kupar commented 10 months ago

Hey everyone,

Window Contact II has also a button, it can capture single and long press. You could use it in the Bosch app to set up an automation. It would be very helpful to have support for it in the Home Assistant too.

I am not sure the support is available in https://github.com/tschamm/boschshcpy, let me know if I should move this issue there.

tschamm commented 10 months ago

Problem is the button press is not available via API, only via Automations. However you can create an „empty“ scenario an react on HA side on triggers of that scenario.

borys-kupar commented 10 months ago

Thanks, that does the trick 👍