Skip to content

Commit

Permalink
try to fix stack-in-card
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebe1ge committed Nov 8, 2024
1 parent cf8f27f commit 4e58a17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/linus_dashboard/js/linus-strategy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom_components/linus_dashboard/js/linus-strategy.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cards/AreaCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AreaCard extends AbstractCard {
const icon = area.icon || "mdi:home-outline";

return {
type: "custom:stack-in-card",
type: "vertical-stack",
cards: [
this.getMainCard(area, icon, aggregate_temperature, aggregate_battery, area_state),
this.getChipsCard(area, device, area_state, aggregate_health, aggregate_window, aggregate_door, aggregate_cover, aggregate_climate, all_lights, light_control),
Expand Down

0 comments on commit 4e58a17

Please sign in to comment.