-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Remove activate scene in automation editor #22258
base: dev
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hi @silamon, I'm just not sure if this makes the UX worse since a user then can't search for "Scene" anymore to activate it. For other device types, this works better. (e.g. |
I don't think I'm getting exactly what you're trying to say. You can use the action "Scenes: Activate", then select a scene of choice in the target picker. |
@silamon Yes, you're right. My fault. For some reason, this action didn't show up in my environment until now. 😔 |
We still need to resolve the unknown legacy action, what it is for and if it should be kept, before merging. |
Just tested what would happen if someone has a legacy action that is just Line 383 in 7734922
|
Proposed change
Some services have "overrides" in the frontend presenting a different layout. Activate scene is one of them.
I'm removing this so the service definition provided by the backend is used, as it provides more options.
Options that do already appear if you transition from visual to yaml to visual.
There's also a legacy scene action, I don't know what it is and how long it is legacy.
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: