HI,
I have a problem with a relay module connected to raspberry GPIO.
When I start Hass service the relay stay switched, I try to change invert logic true/false but it’s always on.
here’s my code:
switch:
- platform: rpi_gpio
ports:
17: rel3
18: rel4
invert_logic: true
can anybody help?
thanks.