5

Add Scene State as Context

It would be helpful to be able to add a Scene State as a condition in the profile.

Example:

I have a ScreenFilter Overlay Scene that reduces brightness over night. Also I have a Profile that will destroy that Overlay Scene if ambient light is bright enough. However, as it's not possible in the profile to check if the scene's still visible the profile becomes active frequently running the enter task which checks for the scene each time just to stop the task again if the scene has already been destroyed.