How to change state name

As I’m building out my Floorplan I have added in my alarm but I don’t like the states of the alarm and would like to clean it up. In my screen shot it shows disarmed and I would like to show Disarmed or I would like to show Home instead of armed_home.

image

Thanks,

Check in the docs: https://github.com/pkozul/ha-floorplan#using-template-literals-in-your-configuration

I was able to get one state to work but if you had multiple possible states like disarmed, armed_away or armed_home how can you do multiple possible states?