mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Fix configuration sample
This commit is contained in:
parent
724f4e4050
commit
c7a23644de
@ -19,12 +19,12 @@ To use your BeagleBone Black's GPIO in your installation, add the following to y
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: bbb_gpio
|
- platform: bbb_gpio
|
||||||
pins:
|
pins:
|
||||||
P8_12:
|
P8_12:
|
||||||
name: Door
|
name: Door
|
||||||
GPIO0_26:
|
GPIO0_26:
|
||||||
name: Window
|
name: Window
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -19,12 +19,12 @@ To use yourBeagleBone Black's GPIO in your installation, add the following to yo
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
- platform: bbb_gpio
|
- platform: bbb_gpio
|
||||||
pins:
|
pins:
|
||||||
GPIO0_7:
|
GPIO0_7:
|
||||||
name: LED Red
|
name: LED Red
|
||||||
P9_12:
|
P9_12:
|
||||||
name: LED Green
|
name: LED Green
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user