Hello Everyone, I have a Humidifier that basically works on 1wire Touch Sensor to turn on. I added an ESP8266 to it by adding a pin as switch. Now since it works via touch I had to write a rule to toggle the switch off if pressed in about 10ms only then would it actually turn on. Finally this Humidifier has 2 modes
- Press once - On with LED Lights On
- Press twice - On but LED lights Off
- Press thrice - OFF
How do I add this to Lovelace? (Note That, for HA the switch is off even when the Humidifier is ON as the switch has to turn on and off to make the humidifier actually turn on.)
Thank you in Advance.