mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Do not show weather forecast in generated UI (#7251)
This commit is contained in:
parent
701bea6cae
commit
113718c3c1
@ -173,6 +173,7 @@ export const computeCards = (
|
|||||||
const cardConfig = {
|
const cardConfig = {
|
||||||
type: "weather-forecast",
|
type: "weather-forecast",
|
||||||
entity: entityId,
|
entity: entityId,
|
||||||
|
show_forecast: false
|
||||||
};
|
};
|
||||||
cards.push(cardConfig);
|
cards.push(cardConfig);
|
||||||
} else if (
|
} else if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user