diff --git a/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts index a758959aeb..0f48a3b1dc 100644 --- a/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts @@ -141,8 +141,7 @@ export class HuiWeatherForecastCardEditor { name: "theme", selector: { theme: {} } }, ], }, - ...(!hasForecastLegacy && - (hasForecastDaily || hasForecastHourly || hasForecastTwiceDaily) + ...(hasForecastDaily || hasForecastHourly || hasForecastTwiceDaily ? ([ { name: "forecast_type",