Overide an entity layout in the frontend

I know it is possible to add new custom cards to lovelace. But I don’t understand if it is possible to overide a standard entity layout to change few things.
My problem is the following:
I have a cover component (somfy) that I can only open/stop/close but I don’t have any open/close state nor position.
So this cover component is displayed with button open disabled and buttons stop/close enabled.
I would like to change ha-cover-controls.js so that all three buttons are always on.

Anyone knows how can I do it?

Thanks
Marco

Hi @antivirus68!

Do you find the way to overwide an entity layout?

Thanks,

Actually, I didn’t.

I believe, you just have to write a custom card.

Marco

Thanks for your answer.

You probably right. I currently create a custom card.