I need you support, please.
I want to have a special output name for a switch.
Instead of “On/Off” I want to have as an output “open/closed” (garage door).
How can I change the state to an output I want to have?
If it was a discovered entity you should be able to do this in the more-info pop-up card that appeears when you click on the entity. Click on the cog icon then change the “Show as” setting.
If the entity was created in YAML you may be able to add
device_class: garage-door
to the configuration, depending on which integration you used.
If that is not available you can still add it using manual customisation. But we’ll get to that if the other options do not work.