From 1397bdcfdf466ac9a46668234a7e1cb4f76a0507 Mon Sep 17 00:00:00 2001 From: Boris Hajduk Date: Fri, 15 Mar 2019 22:22:27 +0800 Subject: [PATCH 1/2] micrograms -> grams (#198) --- cookbook/bme280_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bme280_environment.rst b/cookbook/bme280_environment.rst index 3ace2801d..92c731061 100644 --- a/cookbook/bme280_environment.rst +++ b/cookbook/bme280_environment.rst @@ -47,7 +47,7 @@ After validating the sensor is working, we can proceed and add some formulas. const float r = 8.31447215; // Universal gas constant J/mol/K return (6.112 * powf(2.718281828, (17.67 * id(bme280_temperature).state) / (id(bme280_temperature).state + 243.5)) * id(bme280_humidity).state * mw) / - ((273.15 + id(bme280_temperature).state) * r); // in micrograms/m^3 + ((273.15 + id(bme280_temperature).state) * r); // in grams/m^3 accuracy_decimals: 2 update_interval: 15s From 040c874983938d90f01ab4ad3aefaf93de263db6 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 16 Mar 2019 22:23:19 +0100 Subject: [PATCH 2/2] Update supporters.rst --- guides/supporters.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index a0e532180..edb7d40cd 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -38,9 +38,11 @@ Patrons People that support ESPHome's development over `Patreon `__. You guys are awesome! -- Kenvase -- Nick Rout - Paul Morley +- Nick Rout +- Kenvase +- Magnus Overli +- Dattas Moonchaser Contributors @@ -53,7 +55,7 @@ that have made it into the `ESPHome organization's ` Author & Main Developer *********************** -- `Otto Winter (@OttoWinter) `__ - 1423 contributions +- `Otto Winter (@OttoWinter) `__ - 1437 contributions Contributors ************ @@ -96,7 +98,7 @@ Contributors - `Fabian Affolter (@fabaff) `__ - 10 contributions - `The Gitter Badger (@gitter-badger) `__ - 1 contribution - `Antoine GRÉA (@grea09) `__ - 3 contributions -- `Boris Hajduk (@hajdbo) `__ - 3 contributions +- `Boris Hajduk (@hajdbo) `__ - 4 contributions - `Ivan Kravets (@ivankravets) `__ - 1 contribution - `Jan Pieper (@janpieper) `__ - 2 contributions - `JbLb (@jblb) `__ - 1 contribution @@ -139,4 +141,4 @@ Contributors - `Vladimir Eremin (@yottatsa) `__ - 1 contribution - `YuanL.Lee (@yuanl) `__ - 1 contribution -*This page was last updated Wed Mar 13 17:25:05 2019 UTC.* +*This page was last updated Sat Mar 16 21:23:19 2019 UTC.*