android icon indicating copy to clipboard operation
android copied to clipboard

Support opening app from template widget

Open potchin opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. I have a text-based widget on my home screen which shows states of various HA entities. Frequently I'll want to open HA after seeing a state in the widget (eg I left a light on), it would be great to be able to tap the widget itself to launch the HA app.

At the moment the only time the widget supports a tap action is when there has been an error, which causes a retry. I suggest this is retained and the new functionality is only applied when the widget is in a non-error state.

Describe the solution you'd like To be able to open the HA app by clicking on the text widget.

Describe alternatives you've considered, if any

Additional context

potchin avatar Dec 21 '23 11:12 potchin

At the moment the only time the widget supports a tap action is when there has been an error, which causes a retry. I suggest this is retained and the new functionality is only applied when the widget is in a non-error state.

thats incorrect it also performs an update when there is no error shown to the user.

dshokouhi avatar Dec 21 '23 15:12 dshokouhi