From 69dd4c41ee8eae05d9a36109520def998ba0e963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Socho=C5=84?= Date: Wed, 13 Mar 2024 20:44:38 +0100 Subject: [PATCH 1/6] Fix indentation for SGP4x (#3670) Co-authored-by: guillempages --- components/sensor/sgp4x.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/sensor/sgp4x.rst b/components/sensor/sgp4x.rst index 8e375c1be..726d0f40e 100644 --- a/components/sensor/sgp4x.rst +++ b/components/sensor/sgp4x.rst @@ -87,13 +87,13 @@ Example With Compensation # Example configuration entry sensor: - platform: sgp4x - voc: - name: "VOC Index" - nox: - name: "NOx Index" - compensation: - humidity_source: dht1_hum - temperature_source: dht1_temp + voc: + name: "VOC Index" + nox: + name: "NOx Index" + compensation: + humidity_source: dht1_hum + temperature_source: dht1_temp See Also -------- From 7696f6e6f31d9ddcc170fea2ccf1dbcdaae057fd Mon Sep 17 00:00:00 2001 From: Zynth-dev <44590222+Zynth-dev@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:16:09 +0100 Subject: [PATCH 2/6] Update index.rst to provide missing information on the on_value behavior (#3652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update index.rst to provide missing information on the on_value behavior The on_value behavior was unclear about what happens when the selected-value is set to the same value as it already was. * Update components/select/index.rst Co-authored-by: guillempages --------- Co-authored-by: guillempages Co-authored-by: H. Árkosi Róbert --- components/select/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/select/index.rst b/components/select/index.rst index 756964340..a79c4d926 100644 --- a/components/select/index.rst +++ b/components/select/index.rst @@ -70,7 +70,7 @@ For more information on using lambdas with select, see :ref:`select-lambda_calls ``on_value`` ************ -This automation will be triggered when a new value is published. In :ref:`Lambdas ` +This automation will be triggered whenever a value is set/published, even if the value is the same as before. In :ref:`Lambdas ` you can get the value from the trigger with ``x`` and the index offset of the selected value with ``i``. .. code-block:: yaml From 21120e2f166ab6910f2f222928a7260644e7bebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Dzuri=C5=A1?= <42905545+milandzuris@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:17:26 +0100 Subject: [PATCH 3/6] Update diy.rst (#3653) --- guides/diy.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/diy.rst b/guides/diy.rst index 4f96fbd86..c62f73826 100644 --- a/guides/diy.rst +++ b/guides/diy.rst @@ -126,3 +126,5 @@ Sample Configurations - `ESPHome Free your Thomson Guardian gate controller `__ by :ghuser:`ludrao` - `Ambient Light Sensor tcs34725 example `__ by :ghuser:`RubenKelevra` - `9 Valve Sprinkler Controller configuration `__ by :ghuser:`hwstar` +- `ESPHome IKEA VINDRIKTNING `__ by :ghuser:`DzurisHome` +- `ESPHome Refoss 11 `__ by :ghuser:`DzurisHome` From ccbe48eed754da8926b4db0caa63df9012f3e0b1 Mon Sep 17 00:00:00 2001 From: DK <16869713+poldim@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:19:33 -0700 Subject: [PATCH 4/6] Update bme280_environment.rst to reference bme280_i2c (#3581) --- 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 6fd1adb73..bff6e450c 100644 --- a/cookbook/bme280_environment.rst +++ b/cookbook/bme280_environment.rst @@ -22,7 +22,7 @@ In the example below, modify ``platform: bme280`` as appropriate for your hardwa .. code-block:: yaml sensor: - - platform: bme280 + - platform: bme280_i2c temperature: name: "BME280 Temperature" id: bme280_temperature From 5cd1c8aa8c3f3a02b13861019bf28608b2569972 Mon Sep 17 00:00:00 2001 From: ColoMAX <52626020+ColoMAX@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:28:53 +0100 Subject: [PATCH 5/6] Update diy.rst (#3548) update list Co-authored-by: guillempages --- guides/diy.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/diy.rst b/guides/diy.rst index c62f73826..65c624ad6 100644 --- a/guides/diy.rst +++ b/guides/diy.rst @@ -126,5 +126,6 @@ Sample Configurations - `ESPHome Free your Thomson Guardian gate controller `__ by :ghuser:`ludrao` - `Ambient Light Sensor tcs34725 example `__ by :ghuser:`RubenKelevra` - `9 Valve Sprinkler Controller configuration `__ by :ghuser:`hwstar` +- `FishFeeder `__ by :ghuser:`ColoMAX` - `ESPHome IKEA VINDRIKTNING `__ by :ghuser:`DzurisHome` - `ESPHome Refoss 11 `__ by :ghuser:`DzurisHome` From 9ce573d884347b533aed2a8546e7def08f1ce5ef Mon Sep 17 00:00:00 2001 From: Tomasz Date: Wed, 13 Mar 2024 21:35:43 +0100 Subject: [PATCH 6/6] Update installer.html (#3442) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change url for media players Co-authored-by: H. Árkosi Róbert --- projects/installer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/installer.html b/projects/installer.html index 2eab8744a..62f7565a7 100644 --- a/projects/installer.html +++ b/projects/installer.html @@ -543,7 +543,7 @@
  • The YAML configuration is on - GitHub + GitHub
  • @@ -711,7 +711,7 @@
  • The YAML configuration is on - GitHub + GitHub