I’m converting to appdaemon (should have done it a long time ago now I see how easy it is together with docker-compose) and have a rather specific question.
I have a appdaemon class called RoomAutomation where I configure my various rooms.
For some automation, I’d like to add a constraint (not a constraint for the whole app like default appdaemon constraints, but rather one that I’d like to implement myself).
Is there an easy way to turn the yaml under the if part to a boolean?