From 018caa10e611c897303157bca8410e19880bfbce Mon Sep 17 00:00:00 2001 From: Aalian Khan Date: Tue, 4 Apr 2023 03:05:46 -0400 Subject: [PATCH] Update mushroom-strategy.js --- dist/mushroom-strategy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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