thomasloven / lovelace-template-entity-row

🔹 Display whatever you want in an entities card row.
MIT License
210 stars 16 forks source link

If template-entity-row is used in an entity card - save is disabled when you try ti edit the card after initial save #99

Closed KennethLavrsen closed 1 year ago

KennethLavrsen commented 1 year ago

When you use this custom component in an entity card all works fine it seems.

But when you then edit the card again, save is disabled.

To save you have to go to yaml mode. And in yaml mode you add a space anywhere and delete it again. And then you can save

It seems the validation of the card which enables the save button does not happen until you have edited something.

KennethLavrsen commented 1 year ago

I misinterpreted how things work. Non issue. Closing