Skip to content

Commit

Permalink
Remove false from state updater options
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Jul 25, 2024
1 parent 16f7f4b commit a5089e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/knx-configure-entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export class KNXConfigureEntity extends LitElement {
.hass=${this.hass}
.key=${selector.name}
.value=${this.config!.knx[selector.name] ?? true}
.noneValid=${false}
@value-changed=${this._updateConfig("knx")}
></knx-sync-state-selector-row>
`;
Expand Down

0 comments on commit a5089e4

Please sign in to comment.