-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
BugCurrent Bug in UI - Extra AttentionCurrent Bug in UI - Extra Attention
Description
Checklist
- 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
When typing in remote.send_command commands, if I add a - to add multiple commands HA instantly adds a “null” which can’t be removed unless I hold the delete key for a long time. This persists in safe mode; fully entering the yaml editor does allow normal editing.
Describe the behavior you expected
It shouldn’t add “null” and I should be able to list commands like normal.
Steps to reproduce the issue
Create a button
Remove any entities
Assign Tap action to remote.send_command
Attempt to type in something like
- On
- Off
What version of Home Assistant Core has the issue?
core-2025.7.3
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Home Assistant app as well as Safari
Which operating system are you using to run this browser?
macOS Sequoia 15.4.1 / iPadOS 26 Beta 4
State of relevant entities
Problem-relevant frontend configuration
show_name: true
show_icon: true
type: button
grid_options:
columns: 6
rows: 3
icon: mdi:stop
name: Stop
tap_action:
action: perform-action
perform_action: remote.send_command
target:
device_id: xxxxxxxxxxxxxxxxxxxxxxxxxxx
data:
device: Blinds
command: Stop
JavaScript errors shown in your browser console/inspector
Additional information
ScreenRecording_07-24-2025.14-20-07_1.mov
Metadata
Metadata
Assignees
Labels
BugCurrent Bug in UI - Extra AttentionCurrent Bug in UI - Extra Attention