diff --git a/components/switch/gpio.rst b/components/switch/gpio.rst index 4b404fd34..e9b0c8291 100644 --- a/components/switch/gpio.rst +++ b/components/switch/gpio.rst @@ -59,7 +59,7 @@ To create an active-low switch (one that is turned off by default), use the :ref - platform: gpio pin: number: 25 - inverted: yes + inverted: true Momentary Switch ----------------