Replies: 3 comments 5 replies
-
|
sorry not been around to keep this updated (had family issues health / death in family), anyway change andyblac_card_room_sensor_icon:
variables:
andyblac_card_room_sensor_color: "[[[ return variables.andyblac_card_room_sensor_color ? variables.andyblac_card_room_sensor_color : variables.andyblac_card_room_color; ]]]"
andyblac_card_room_sensor_color_on: "[[[ return variables?.andyblac_card_room_sensor_color_on ? variables.andyblac_card_room_sensor_color_on : variables.andyblac_card_room_sensor_color; ]]]"
andyblac_card_room_sensor_show_on_state_only: falseto this: andyblac_card_room_sensor_icon:
variables:
andyblac_card_room_sensor_color: "[[[ return variables.andyblac_card_room_color; ]]]"
andyblac_card_room_sensor_color_on: "[[[ return variables.andyblac_card_room_sensor_color; ]]]"
andyblac_card_room_sensor_show_on_state_only: false |
Beta Was this translation helpful? Give feedback.
-
|
Hey Andy, I hope you are doing well. It looks like the newest button card broke something else and I can't track it down. I have a RATGDO for my garage door and when ever the door is open I get the same JS error that we were getting originally. I have already applied your other fix above. Do you have any idea where in your custom room card that the following would be causing a problem: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
As you already know, the 7.0.0 button card update broke your room card. Was just wondering if you were planning an updated version with the possible fix from
custom-cards/button-card#1114
Or if you could show us what needs to be changed in the card yaml?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions