-
What would the yaml look like to add a thermostat card to a cb lcars elbow card? |
Beta Was this translation helpful? Give feedback.
Answered by
snootched
Apr 3, 2025
Replies: 2 comments
-
For basic symbiont, just paste in the yaml for the card you would like. Basic styles usually work, but depends on the card: Here is the yaml for this elbow, giving it a bottom border, and squaring off the corners. type: custom:cb-lcars-elbow-card
cblcars_card_type: cb-lcars-header
enable_resize_observer: true
tap_action:
action: none
double_tap_action:
action: none
hold_action:
action: none
variables:
symbiont:
enabled: true
imprint_host: true
card:
border:
top:
size: 20
left_radius: 0
bottom:
size: 20
entity: climate.living_room
custom_fields:
symbiont:
card:
type: thermostat
entity: climate.living_room
name: " "
features:
- style: icons
type: climate-hvac-modes
- style: icons
type: climate-fan-modes
grid_options:
columns: 24
rows: 7 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gneely74
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For basic symbiont, just paste in the yaml for the card you would like. Basic styles usually work, but depends on the card:
Here is the yaml for this elbow, giving it a bottom border, and squaring off the corners.