custom-cards / button-entity-row

Adds buttons to call services to entity cards
103 stars 20 forks source link

Cannot assign to read only property 'buttons' of object '#<Object>' #23

Closed naamah75 closed 3 years ago

naamah75 commented 4 years ago

After upgrading to 106.0 I get Cannot assign to read only property 'buttons' of object '#<Object>' both on my two machine (HassOS 3.11 under VM and Ubuntu 18.04.4 LTS) Supervisor 201

thedafa commented 4 years ago

Me as well. After upgrading to 106.0 I get below in lovelace page in an entities card:

"buttons" is read-only

On Ubuntu in virtualenv.

TimVa commented 4 years ago

Ditto Running on an debian10. Just updated, missing latest kernel.

Sukhomlinov commented 4 years ago

The same situation. button_entity_row

gislis2 commented 4 years ago

Same issue on HassOS 3.11 running on RPI 3 B after updating HA to 0.106.0

userloris commented 4 years ago

Hello Guys, this morning I have updated HA to build 0.106.6 and now I am facing the error above on the custom plugin 'button-entity-row'. Could you please help me in understanding how to solve it? Thank you!

robo667 commented 4 years ago

any one solved this probem ?

dziobson commented 4 years ago

HA 0.107.2 and this problem still exist

danu5 commented 4 years ago

The problem has been fixed in a pull request but the original developer must be caught up.

I have made a forked repo which you can add to HACS and use until there is an update to this repo.

Note, I haven’t done any of the development, I’m just a humble copy and paster.

Repo here: https://github.com/danu5/button-entity-row-fork

scandroale commented 4 years ago

danu5 i have download button-entity-row-fork but i have the same problem... you can help me? anyone have solved this???

scandroale commented 4 years ago

button-entity-row.js.gz download and copy this file in your directory \XXX.XXX.XXX.XXX\config\www\community\button-entity-row

danu5 commented 4 years ago

You can also add the forked repo to HACS as a custom repository. Then amsesrch and install it. You then just add button-entity-row-fork to your raw Lovelace.

vakilando commented 4 years ago

You can also add the forked repo to HACS as a custom repository. Then amsesrch and install it. You then just add button-entity-row-fork to your raw Lovelace.

Thanks @danu5 works fine!

dr1rrb commented 4 years ago

FYI Personally to fix the issue, I just moved-out of this card and used instead the Buttons type of the Entities card: https://www.home-assistant.io/lovelace/entities/#buttons (Not sure when it appears ... but it matches my needs)

danu5 commented 4 years ago

For anyone using my repo, you're better off heading here: https://github.com/jcwillox/lovelace-paper-buttons-row as Josh is maintaining his rewrite.