From 49e3ce2b0d42622f2a9d3aaef5952b2bb09155b8 Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:39:28 +0800 Subject: [PATCH] Update xiaoshi-pad-climate-card.js --- xiaoshi-pad-climate-card.js | 43 ------------------------------------- 1 file changed, 43 deletions(-) diff --git a/xiaoshi-pad-climate-card.js b/xiaoshi-pad-climate-card.js index df0d9eb..ae7cf99 100644 --- a/xiaoshi-pad-climate-card.js +++ b/xiaoshi-pad-climate-card.js @@ -681,49 +681,6 @@ class XiaoshiPadClimateCardEditor extends LitElement { - - -
- -
-
- - ${this._showTemperatureList ? html` -
- ${this._filteredTemperatureEntities.map(entity => html` -
this._selectTemperature(entity.entity_id)} - > -
- -
-
${entity.attributes.friendly_name || entity.entity_id}
-
${entity.entity_id}
-
-
- ${this.config.temperature === entity.entity_id ? - html`` : ''} -
- `)} - ${this._filteredTemperatureEntities.length === 0 ? html` -
未找到匹配的实体
- ` : ''} -
- ` : ''} -
- -
-
${this.config.timer ? html`