mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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 = {
|
||||
type: "weather-forecast",
|
||||
entity: entityId,
|
||||
show_forecast: false
|
||||
};
|
||||
cards.push(cardConfig);
|
||||
} else if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user