hass-agent / HASS.Agent

Unofficial development project for the HASS.Agent platform.
https://hass-agent.io
MIT License
306 stars 8 forks source link

Feature: Button Helper support for quick action #118

Open SerinitySW opened 2 months ago

SerinitySW commented 2 months ago

Is your feature request related to a problem? Please describe. It is a temporary workaround for #117.

Describe the solution you'd like Be able to "toggle" a button. Currently, button helpers don't show up in the input boolean list.

Describe alternatives you've considered At the moment you have to workaround the workaround with a toggle that an automation turns back off (effectively making a button).

Additional context N/A

amadeo-alex commented 2 months ago

Hmm, correct me if I'm wrong please but Home Assistant doesn't have "toggle buttons" per se but rather switches are used for this? I think I need more explanation to fully understand this request please.

SerinitySW commented 2 months ago

Ah, it seems I misremembered that Homeassistant uses the word "Press" for buttons instead of "Toggle". It'd be nice to be able to push buttons via HASS.Agent.

amadeo-alex commented 2 months ago

Implemented, will be part of 2.1.0-beta3 and full 2.1.0 releases.