Update mushroom-strategy.js

This commit is contained in:
Aalian Khan
2023-04-04 03:05:46 -04:00
committed by GitHub
parent c0b6c62af1
commit 018caa10e6

View File

@@ -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