diff --git a/source/_integrations/sht31.markdown b/source/_integrations/sht31.markdown index f08a44393de..ca4ee6756f8 100644 --- a/source/_integrations/sht31.markdown +++ b/source/_integrations/sht31.markdown @@ -17,12 +17,12 @@ To use your SHT31 sensor in your installation, add the following to your `config ```yaml # Example configuration.yaml entry sensor: - platform: sht31 - name: Bedroom - i2c_address: 0x44 - monitored_conditions: - - temperature - - humidity + - platform: sht31 + name: Bedroom + i2c_address: 0x44 + monitored_conditions: + - temperature + - humidity ``` {% configuration %}