Hey there,
I have a specific switch which is just a power toggle button for a device, so I don’t want the switch to be appear “on” when I press it, it should always think that I haven’t pressed it before. Is there a way to always have the value_template as false/off?
I tried that, but it doesn’t work unfortunately! I am checking it with Apple HomeKit where I exposed the switch to. It only goes Off when I press it manually in HomeKit again.
Ok it indeed shows the right state in Developer Tools (off), while Homekit doesn’t. It shows as “On” in Apple Homekit when I press it, even though it is still off in Home Assistant. Even when I wait a little bit, the status in Homekit doesn’t change. I don’t have this problem with “real” switches, if I turn them off or on outside of Homekit, their status updates in Homekit as well. That’s unfortunate