diff --git a/dist/mushroom-strategy.js b/dist/mushroom-strategy.js index ea10b14..118f750 100644 --- a/dist/mushroom-strategy.js +++ b/dist/mushroom-strategy.js @@ -360,7 +360,7 @@ class MushroomStrategy { ) } else { - const weatherEntity = entities.find(entity => entity.entity_id.startsWith("weather.") && entity.disabled_by == null) + const weatherEntity = entities.find(entity => entity.entity_id.startsWith("weather.") && entity.disabled_by == null && entity.hidden_by == null) if (weatherEntity != null) { chips.push