diff --git a/xiaoshi-device-ha-info-button.js b/xiaoshi-device-ha-info-button.js index 9afc517..0096604 100644 --- a/xiaoshi-device-ha-info-button.js +++ b/xiaoshi-device-ha-info-button.js @@ -1826,7 +1826,7 @@ export class XiaoshiHaInfoButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`; @@ -1866,7 +1866,7 @@ export class XiaoshiHaInfoButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`;