hugobloem / stateful_scenes

Stateful Scenes in Home Assistant (Home Kit scene compatible)
MIT License
52 stars 6 forks source link

Option to ignore unavailable entities #130

Open Cheerpipe opened 1 week ago

Cheerpipe commented 1 week ago

Sometimes, one or more entities in a scene may be unavailable which causes the scene switch to be turned off.

It would be great to have an option to indicate that unavailable entities are not evaluated when checking whether a scene is active or not.

Una regla excepcional para este comportamiento deberia ser que si todas las entidades estan no disponibles la escena esta apagada.

I made some super simple dirty in my local to achieve the desired behavior

image