From c7a23644de077ec36b9ca8f02f3b11aedda5be2a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 17 Mar 2017 13:31:22 +0100 Subject: [PATCH] Fix configuration sample --- source/_components/binary_sensor.bbb_gpio.markdown | 12 ++++++------ source/_components/switch.bbb_gpio.markdown | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/_components/binary_sensor.bbb_gpio.markdown b/source/_components/binary_sensor.bbb_gpio.markdown index 7d8cb35055e..3a11b6cd6ac 100644 --- a/source/_components/binary_sensor.bbb_gpio.markdown +++ b/source/_components/binary_sensor.bbb_gpio.markdown @@ -19,12 +19,12 @@ To use your BeagleBone Black's GPIO in your installation, add the following to y ```yaml # Example configuration.yaml entry binary_sensor: - - platform: bbb_gpio - pins: - P8_12: - name: Door - GPIO0_26: - name: Window + - platform: bbb_gpio + pins: + P8_12: + name: Door + GPIO0_26: + name: Window ``` Configuration variables: diff --git a/source/_components/switch.bbb_gpio.markdown b/source/_components/switch.bbb_gpio.markdown index 58022c11f3e..a77ac8560f7 100644 --- a/source/_components/switch.bbb_gpio.markdown +++ b/source/_components/switch.bbb_gpio.markdown @@ -19,12 +19,12 @@ To use yourBeagleBone Black's GPIO in your installation, add the following to yo ```yaml # Example configuration.yaml entry switch: - - platform: bbb_gpio - pins: - GPIO0_7: - name: LED Red - P9_12: - name: LED Green + - platform: bbb_gpio + pins: + GPIO0_7: + name: LED Red + P9_12: + name: LED Green ``` Configuration variables: