mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Add a dash before `platform:’ in sht31.markdown (#11975)
It seems that it’s usual practice to keep sensor a map
This commit is contained in:
parent
0605d80b4d
commit
b073beb876
@ -17,12 +17,12 @@ To use your SHT31 sensor in your installation, add the following to your `config
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: sht31
|
- platform: sht31
|
||||||
name: Bedroom
|
name: Bedroom
|
||||||
i2c_address: 0x44
|
i2c_address: 0x44
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- temperature
|
- temperature
|
||||||
- humidity
|
- humidity
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user