Skip to content

Commit

Permalink
Update editor.ts
Browse files Browse the repository at this point in the history
Add 6-7 days as option for horizontal.
  • Loading branch information
dxmnkd316 authored Sep 26, 2023
1 parent bbe5c2e commit 628a0c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1302,9 +1302,8 @@ export class WeatherCardEditor extends LitElement implements LovelaceCardEditor
<mwc-list-item value="3">3</mwc-list-item>
<mwc-list-item value="4">4</mwc-list-item>
<mwc-list-item value="5">5</mwc-list-item>
${this._daily_forecast_layout === 'vertical' ? html`
<mwc-list-item value="6">6</mwc-list-item>
<mwc-list-item value="7">7</mwc-list-item>` : html``}
<mwc-list-item value="6">6</mwc-list-item>
<mwc-list-item value="7">7</mwc-list-item>
</ha-select>
${this._daily_forecast_layout === 'vertical' ? html`<ha-select label="Daily Extended Days"
.configValue=${'daily_extended_forecast_days'} .value=${this._daily_extended_forecast_days !== null ?
Expand Down

0 comments on commit 628a0c8

Please sign in to comment.