From b073beb87637460b48c882d7ffdce148d91ca823 Mon Sep 17 00:00:00 2001 From: myzhang1029 Date: Thu, 6 Feb 2020 17:21:13 +0800 Subject: [PATCH] =?UTF-8?q?Add=20a=20dash=20before=20`platform:=E2=80=99?= =?UTF-8?q?=20in=20sht31.markdown=20(#11975)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems that it’s usual practice to keep sensor a map --- source/_integrations/sht31.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %}