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?
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.