Hey just wondering if anyone has a workaround for input_booleans. I’m creating a json file to be sent off and use the following to get the state of my switches:
Haha yeah i picked on that shortly after posting! still is there a way to change the value to a 1/0 vs a string of “on” “off” i’m handling it on the Arduino side but its a lot of extra code. tried int() but obviously that is not going to work. then there is always the if x=“on” x=1 etc.