Enable / disable a scene from another scene

It would be useful to be able to activate or deactivate another scene from a scene.

I describe a use case:

  • I have a small water recovery tank. With the drought, I sometimes need to fill it from a potable water tap, but in this case I don’t want to fill it more than 40%.
  • Scene A checks the amount of water in my tank every 5 minutes and notifies me if it is filled to at least 40%. I then know that I need to go and turn off the tap.
  • I don’t want Scene A to run continuously, otherwise I will be unnecessarily notified when the filling exceeds 40% due to a storm.
  • Scene B allows me to activate Scene A, and I place a button from Scene B on my dashboard.

It is already possible to go through a virtual MQTT device to ‹ tinker › with this, but it is not very intuitive.

There is already a topic started by @guim31 that was talking about it (Activate/Deactivate a scene from a scene), but it was more of a discussion than a feature request and I thought it better for this to be handled by the AI to start a new topic.