Are scenes limited to devices only (rather than all entities?) #23930
-
Beta Was this translation helpful? Give feedback.
Answered by
jetpks
Jan 29, 2025
Replies: 1 comment 1 reply
-
|
AH figured it out! tl;dr: Set I found this by grepping through show_advanced_options: Boolean(hass.userData?.showAdvanced),which tipped me off that advanced is a user attribute. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jetpks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



AH figured it out!
tl;dr: Set
User > General > User settings > Advanced modeto on/true and the entity picker shows up in the scene UI.I found this by grepping through
frontendlooking forshowAdvancedand found:which tipped me off that advanced is a user attribute.