We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3923d commit e005a9cCopy full SHA for e005a9c
src/timer-bar-card.ts
@@ -208,7 +208,7 @@ mushroom??{}} style=${mushroomStyle(config.mushroom??{})} .hass=${this.hass}></t
208
/** Taken from lovelace-mushroom */
209
public getGridOptions() {
210
if (!('mushroom' in this.config)) {
211
- return undefined
+ return {};
212
}
213
if (!this.config.mushroom) {
214
return {
0 commit comments