dnguyen800 / air-visual-card

A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.
MIT License
103 stars 35 forks source link

Error "attemped to assign to readonly property"after updated 0.106.5 #20

Closed noelesther closed 4 years ago

noelesther commented 4 years ago

I got error on 0.106.5

attemped to assign to readonly property

Thanks.

스크린샷 2020-03-09 오후 1 48 35
Ndrinta commented 4 years ago

Looks like your entities naming isn't consistent, maybe you meant that but maybe it's a mistake. Can you double check that?

noelesther commented 4 years ago

Looks like your entities naming isn't consistent, maybe you meant that but maybe it's a mistake. Can you double check that?

Before update No error. but, after update 0.106.5 has error. not change anything of setting. Is it a mistake of setting?

Ndrinta commented 4 years ago

I would try to reinstall the airvisual card add on. maybe double check also that the sensor are properly working and that in the lovelace raw you actually have the "header" too - type: js url: /community_plugin/air-visual-card/air-visual-card.js

noelesther commented 4 years ago

I would try to reinstall the airvisual card add on. maybe double check also that the sensor are properly working and that in the lovelace raw you actually have the "header" too - type: js url: /community_plugin/air-visual-card/air-visual-card.js

when reinstall and add ?v=1.0.0 work fine. thanks.