forked from DigiLive/mushroom-strategy
Update mushroom-strategy.js
This commit is contained in:
2
dist/mushroom-strategy.js
vendored
2
dist/mushroom-strategy.js
vendored
@@ -360,7 +360,7 @@ class MushroomStrategy {
|
|||||||
)
|
)
|
||||||
} else
|
} 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)
|
if (weatherEntity != null)
|
||||||
{
|
{
|
||||||
chips.push
|
chips.push
|
||||||
|
Reference in New Issue
Block a user