I’ve read through everything out there and am still super confused. I’m pulling in a door monitor with the rest API as a binary sensor. The issue is the door monitor reports false when open and true when closed (the opposite of what Home Assistant expects).
Thanks, I’ve actually tried that as well and for some reason it doesn’t seem to work. And as a bonus then the data doesn’t update and it always shows as closed
I’m doing this in my configuration.yaml file, I hope that’s right.
Sorry for the messed up formatting below. Looks like it actually is not a string coming in, so that very well might be the issue! Any idea how to convert in line?
Tried to reply earlier to say that I sorted it out right after I posted my response. I just removed the quotes around “false” in the code you provided (would have been perfect if I had been getting a string). Thank you so much for your help and your patience with a newbie.