Hello,
I receive errors in my logging and don’t know what to do to fix this.
These are the errors:
2024-08-08 09:29:27.673 ERROR (MainThread) [frontend.js.latest.202407100] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "multiple-entity-row" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38192
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38226
2024-08-08 09:29:27.674 ERROR (MainThread) [frontend.js.latest.202407100] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "button-card-action-handler" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/button-card/button-card.js:1:24357
2024-08-08 09:44:18.702 ERROR (MainThread) [frontend.js.modern.202408061] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "multiple-entity-row" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38192
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38226
2024-08-08 09:44:18.703 ERROR (MainThread) [frontend.js.modern.202408061] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "button-card-action-handler" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/button-card/button-card.js:1:24357
The HACS repository:
The HACS sources:
Based on other reactions I think I need to remove/delete some sources, but which one?
Hope somebody can help and can point me out what and how to do!
Appreciated!