diff --git a/src/cards/cover-card/controls/cover-buttons-control.ts b/src/cards/cover-card/controls/cover-buttons-control.ts index addb26d2..9a1dc539 100644 --- a/src/cards/cover-card/controls/cover-buttons-control.ts +++ b/src/cards/cover-card/controls/cover-buttons-control.ts @@ -62,30 +62,30 @@ export class CoverButtonsControl extends LitElement { return html` - ${supportsFeature(this.entity, COVER_SUPPORT_CLOSE) + ${supportsFeature(this.entity, COVER_SUPPORT_OPEN) ? html` ` : undefined} ${supportsFeature(this.entity, COVER_SUPPORT_STOP) ? html` ` : undefined} - ${supportsFeature(this.entity, COVER_SUPPORT_OPEN) + ${supportsFeature(this.entity, COVER_SUPPORT_CLOSE) ? html` ` : undefined}