Skip to content

Commit b86cd37

Browse files
committed
[Release]: Added v1.0.8 - Removed the required mention on the ion switch entity in the editor
1 parent 538c215 commit b86cd37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/midea-humidifier-card-editor.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ export class MideaHumidifierCardEditor extends LitElement implements LovelaceCar
158158
<ha-entity-picker
159159
.label="${this.hass.localize(
160160
"ui.panel.lovelace.editor.card.generic.entity"
161-
)} (${this.hass.localize(
162-
"ui.panel.lovelace.editor.card.config.required"
163-
)}) - ION Switch"
161+
)} - ION Switch"
164162
.hass=${this.hass}
165163
.value=${this._ion_entity}
166164
.configValue=${"ion_entity"}

0 commit comments

Comments
 (0)