Scene_generator.py - Export YAML formatted state/attributes

@stevland Happy to hear this worked for you almost fully!

As far as I’m aware, to populate a Markdown card on a dashboard page, you need to use an input text helper, which unfortunately is capped to 255 characters. This script typically outputs much more than that, depending on the number of devices/domains/attributes. This could just be a limitation of my own knowledge and if you or anyone knows of a helper or method I could look into to bypass that 255 character limit, I’d be happy to implement into the script. I have gotten it to work for less than 255 characters, however. I’m fixing some bugs but I’ll try to release an update soon.

1 Like

I felt particularly creative today, and seeing as tho this script has lived on for 6 years, I have done some major code refactoring and added the ability to specify domains (as before) or specific entity ids directly! Check out the readme file for the latest changes!

1 Like