Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Custom Components] - Allow custom components to register custom Actions #15276

Open
poirazis opened this issue Dec 31, 2024 · 1 comment
Open
Labels
bb-plugins enhancement New feature or request

Comments

@poirazis
Copy link
Contributor

poirazis commented Dec 31, 2024

The scenario is to allow custom components to expose custom actions they respond to, possibly only for self hosted
The scenario is i have created an MQTT component and i would like to register an action "Publish MQTT Message" that would allow other components to instruct the component to publish a message.

The only way to achieve this currently is via a State variable ( react when the variable changes, and publish the contents of that variable ) or higjack another action ( which is way too hackish )

@poirazis poirazis added the enhancement New feature or request label Dec 31, 2024
Copy link

linear bot commented Dec 31, 2024

@andz-bb andz-bb added the bb-plugins label Jan 8, 2025 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb-plugins enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants