You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to the latest available Home Assistant version.
I have cleared the cache of my browser.
I have tried a different browser to see if it is related to my browser.
I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
All of my scripts that use fields are showing the Action selector in the script more info dialog even when it's not specified and doesn't belong.
Not only does it mess with the clean appearance, but it's somewhat of a security issue too because it shows up for standard/non-admin user accounts and allows them to run any action.
Describe the behavior you expected
Don't show Action selector if not specified in the script
Steps to reproduce the issue
Have any script with fields and open the more info dialog for that script. Here's the YAML for the one in my screenshot:
script:
kitchen_faucet_pour:
alias: Kitchen Faucet Pour
description: Pour a custom amount from kitchen faucet
icon: mdi:faucet-variant
mode: queued
fields:
amount:
selector:
number:
min: 1
max: 20
step: 1
default: 2
required: true
name: Dispense Amount
description: Drag slider to set
unit:
selector:
select:
options:
- cups
- ounces
- pints
- quarts
- gallons
- liters
- centiliters
- deciliters
- milliliters
multiple: false
name: Unit
required: true
default: cups
description: Unit of measurement
sequence:
- alias: "Mimic a voice command using Alexa Media Player"
continue_on_error: true
action: media_player.play_media
data:
entity_id: media_player.kitchen_echo
media_content_type: custom
media_content_id: "Ask Delta to dispense {{ amount }} {{ unit }}"
What version of Home Assistant Core has the issue?
2025.1.0b2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the issue you are experiencing
All of my scripts that use fields are showing the Action selector in the script more info dialog even when it's not specified and doesn't belong.
Not only does it mess with the clean appearance, but it's somewhat of a security issue too because it shows up for standard/non-admin user accounts and allows them to run any action.
Describe the behavior you expected
Don't show Action selector if not specified in the script
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
2025.1.0b2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: