From 13febfa466c2ad154db152fef0246fe89be1a194 Mon Sep 17 00:00:00 2001 From: Boris Hajduk Date: Sat, 2 Feb 2019 04:17:40 +0800 Subject: [PATCH] Fix Typo in BME280 Environment Cookbook (#145) --- esphomeyaml/cookbook/bme280_environment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphomeyaml/cookbook/bme280_environment.rst b/esphomeyaml/cookbook/bme280_environment.rst index 6ad892a5f..1f071a49d 100644 --- a/esphomeyaml/cookbook/bme280_environment.rst +++ b/esphomeyaml/cookbook/bme280_environment.rst @@ -28,7 +28,7 @@ After validating the sensor is working, we can proceed and add some formulas. name: "BME280 Pressure" id: bme280_pressure humidity: - name: "BME280 Realtive Humidity" + name: "BME280 Relative Humidity" id: bme280_humidity address: 0x77 update_interval: 15s @@ -106,4 +106,4 @@ See Also - :doc:`/esphomeyaml/components/sensor/bme280` - `Edit this page on GitHub `__ -.. disqus:: \ No newline at end of file +.. disqus::