Aligh configuration sample with current preferred style
This commit is contained in:
parent
3cdb28f31d
commit
bc626e51d5
1 changed files with 16 additions and 16 deletions
|
@ -55,7 +55,7 @@ You will notice that the output from the service is not just a single value (it
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
platform: tcp
|
- platform: tcp
|
||||||
name: Central Heating Pressure
|
name: Central Heating Pressure
|
||||||
host: 10.0.0.127
|
host: 10.0.0.127
|
||||||
port: 8888
|
port: 8888
|
||||||
|
@ -89,7 +89,7 @@ The entry for the `configuration.yaml` file for a `hddtemp` sensor could look li
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
platform: tcp
|
- platform: tcp
|
||||||
name: HDD temperature
|
name: HDD temperature
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 7634
|
port: 7634
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue