Since changes were introduced to make YAML code more easily editable directly from the Home Assistant UI, I’ve encountered a multitude of issues when using the Brave browser (my daily driver and preferred alternative to Chrome).
In Brave, even after updating Home Assistant Core to version v.2025.1.2, it is practically impossible to perform any editing operations directly from the UI.
For example, starting from the situation shown in the attached screenshot:
-
Inserting new lines or blank lines is impossible:
Pressing the “Enter” key does nothing. -
Copy-paste functionality is broken:
After using CTRL+C, pressing CTRL+V doesn’t work (the code doesn’t get pasted). However, the copied text can still be pasted elsewhere, such as in a Notepad file.
- Right-clicking to copy triggers errors in the console:
When I right-click to use the “Copy” function, the following errors appear in the console:
Error message:
[Deprecation] Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See <URL> for more information.
Expanding the details reveals the following:
VM1864 inj_1.js:1 [Deprecation] Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information.
The link redirects to this page:
https://chromestatus.com/feature/5083947249172480
Could this deprecated event be causing issues exclusively in the Brave browser?
I would like to point out that none of these issues occur in Chrome.
If I want to edit code, my only solution is to switch to Chrome for these operations.
I sincerely hope you can help resolve this EXTREMELY ANNOYING issue so I can go back to editing my interface using Brave.
Thank you in advance!