getting this error by copying into new custom: button-card;
- type: horizontal-stack
cards:- type: 'custom:button-card'
entity: binary_sensor.starlink_connectivity
color: auto
name: s:default h:200px
styles:
card:
- height: 200px - type: 'custom:button-card'
entity: sensor.starlink_ping
color_type: card
color: auto
name: s:100% h:200px
size: 100%
styles:
card:
- height: 200px - type: 'custom:button-card'
entity: sensor.starlink_upload
color_type: card
color: auto
size: 10%
name: s:10% h:200px
styles:
card:
- height: 200px
- type: 'custom:button-card'
likely something very simple I'm missing.
Any help appreciated!