Hiding Scenes

I have some scenes that were set up for the sole purpose of working with the ‘Vacation Mode’ that I set up (Although if I could figure out how to get automation to work with the dimmers I have directly, instead of via scenes, I could remove the scenes). Assuming I just leave the scenes, the ones that are for that sole purpose really don’t need to be visible in the card. I tried adding ‘hidden: true’ and ‘hide_entity: true’ (not at the same time), but neither hid the scene. perhaps I didn’t have it in the right place or with the right indent… Does anyone know how to hide the individual scenes?

Try this example:

customize:
     scene.play_music:	
       hidden: true

Thanks, that worked. I would have thought that hiding individual scenes would have been part of the scenes config, but I guess not.

:slight_smile: