You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #122 on November 01, 2022 10:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi this is probably dumb but I'm still learning YAML so not sure how to do this but...
Here is my "climate" card and it's code:
climate: thermostats: - title: Nest Thermostat entities: - entity: climate.3family_room
And finally here is my "stack in card" and its code:
- title: Home Control cards: type: custom:vertical-stack-in-card cards: - type: weather-forecast entity: weather.home - type: glance entities: - lock.front_door - sensor.front_door_operator - sensor.3family_room_humidity - sensor.time_date - type: thermostat entity: climate.3family_room
I just want to know how to put MY climate card into the stack-in card because it looks a lot nicer then the current default HA climate card. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions