I have a binary sensor for noise detection. I only want the entity enabled if I toggle on a helper in the dashboard. This is partially because it will otherwise clutter the log and I would prefer less data transmissions as well.
I also don't want to deregister the entity if I disable it.
Is something like this possible? What are the considerations?