Disable a tile?

New to HASS. Wanted to know the best approach to handle this or just a little guidance. I will be setting up 3 tiles to control some valves via REST calls.

If I want to press a tile to trigger the action, I do not want another icons pressed while the valve is moving. Is there a way to disable a tile while another is working or does this have to be done leveraging automation’s?

I am not sure what you mean by “tile” but yes you could use an automation to turn off some capabilities when you press a button/switch.

When and say tile I mean what HASS calls a card. So I want to disable one card when another card is pressed until that card has completed. So that would still be with automation? Didn’t see a disable property that I could call from one card to another.

Do you want the card to completely disappear, or just not react to touch/click? If the latter, what type of entities are they?

Not respond to touch. They would be switch entities.