Feature Request: Support for Android App Shortcuts / App Actions to Trigger Home Assistant Services #5460
Closed
fabrizioromanelli
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'd like to propose adding support for Android App Shortcuts or App Actions in the Home Assistant Companion app.
🔍 Context
Currently, on Samsung phones and many other Android devices, it's possible to automate tasks using routines (e.g., Bixby, Modes & Routines, Tasker, etc.). These tools allow you to define "if/then" automations and include an "Open app" or "App action" as a "then" step.
However, right now the Home Assistant Companion app only supports opening the app, without the ability to trigger a specific script, automation, or dashboard button directly from a routine.
🛠️ Feature Proposal
I'd like to add support for shortcuts that trigger specific actions, like:
script.turn_on
)This could be implemented using:
ShortcutManagerCompat
for static/dynamic shortcutsIntent
extras to specify the action and target entityShortcutHandlerActivity
to handle the shortcut intent and call the appropriate service via the Integration API🚀 Benefit
This would greatly improve integration with Android system tools and allow users to:
Let me know your thoughts! I’d be happy to help prototype or contribute to this if it aligns with the project's direction.
Thanks 🙌
Beta Was this translation helpful? Give feedback.
All reactions