Skip to content

Commit

Permalink
fix: HASS 2024.11 update (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabot authored Nov 7, 2024
1 parent dc3c156 commit a2c522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streamline-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ import { version } from "../package.json";
}

getLayoutOptions() {
return this._card?.getLayoutOptions?.();
return this._card?.getLayoutOptions?.() ?? {};
}

createCard() {
Expand Down

0 comments on commit a2c522c

Please sign in to comment.