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:
myzhang1029 2020-02-06 17:21:13 +08:00 committed by GitHub
parent 0605d80b4d
commit b073beb876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}