Closed IGOLz closed 2 months ago
For anyone having this problem, i fixed it by wrapping the button-card inside a grid like this:
type: custom:local-conditional-card
default: show
id: tab1
card:
square: false
type: grid
cards:
- type: custom:button-card
entity: sensor.valvola_tado_bagno_camera_info_heating
And now it's working perfectly!
Fixed in v2.1.1
Hi, thanks for this awesome card but i have a problem making it work with button card.
The card works perfectly when i use it with almost anything else, but when i put a custom:button-card inside it doesn't show the card.
Here's an example:
This is the code that's not working:
Example of code working:
Can you fix it please?