a-p-z / datetime-card

A minimalistic card for Home Assistant Lovelace UI which shows how many days it has been between any input_datetime and today.
21 stars 1 forks source link

<datetime-card-editor>: Cannot set read-only property 'setConfig' #21

Closed monstergubl closed 6 months ago

monstergubl commented 9 months ago

Only yaml editor is available.

a-p-z commented 9 months ago

Hi @monstergubl. Can you provide more details?

a-p-z commented 9 months ago

NOTE: lovelace-card-mod and lovelace-layout-card makes the visual editor crash because it tries to overwrite setConfig method, which in datetime-card is read-only. The code editor works, just ignore the error.

do you have any of these card installed?

hartitman commented 8 months ago

Hi, I seem to be getting the following error since HA November update. the result is, it does not show the number of days.

Configuration errors detected:

: Cannot set read-only property 'setConfig'
a-p-z commented 6 months ago

fixed in v1.0.4