Multiple icons for an action (open/closed door, or on/off light) etc

Hello,

I’m using some actions defined like this in configuration.yaml file:

ios:
   actions:
     - name: GarageDoor
       background_color: "#00000000"
       label:
         text: "Garage door"
         color: "#ffffff"
       icon:
         icon: garage_open
         color: "#ffffff"

So I can see a button in apple car. Pressing that button fires an action that I can captura to open/close the garage door.

All is working fine, but the user interface is not fine at all. I would like to have two icons, one for the “garage open” and another one for the “garage closed” and I might be interested to change the label to “Close garage door” or “Open garage door” in case it is one or closed.

After having read all the documentation I can’t figure out how to do that if that is possible.

Have anyone found a suitable solution for this?

Note, I want to have just one button, with customised icon and label, not two buttons for each one of the different actions.

Rgds,