Skip to content
This repository was archived by the owner on Oct 31, 2020. It is now read-only.

I made some formatting errors. oops... #24

Merged
merged 1 commit into from
Oct 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions _devices/NodeMCU-DHT11.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ standard: global
|---------|------------------------------------|
| GPIO5 | Temperature & Humidity Input |

```yaml
# This Configuration uses "substitutions" to enable you to have multiple devices of the same type
# while allowing you to only need to change a minimal device specific yaml configfuration file
# by adding specified substutions.

# Then at compile time the two files are merged.
This Configuration uses "substitutions" to enable you to have multiple devices of the same type
while allowing you to only need to change a minimal device specific yaml configfuration file
by adding specified substutions.

## Device Specific Configuration (Substitution) Yaml File
Then at compile time the two files are merged.

## Device Specific Configuration (Substitution) Yaml File
```yaml
substitutions:
name: nodemcu_lr
ip: 192.168.1.21
Expand Down