Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2024-03-15 14:23:02 +13:00
commit 18cf4c08d7
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
5 changed files with 14 additions and 11 deletions

View File

@ -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 <config-lambda>`
This automation will be triggered whenever a value is set/published, even if the value is the same as before. In :ref:`Lambdas <config-lambda>`
you can get the value from the trigger with ``x`` and the index offset of the selected value with ``i``.
.. code-block:: yaml

View File

@ -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
--------

View File

@ -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

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -126,3 +126,6 @@ Sample Configurations
- `ESPHome Free your Thomson Guardian gate controller <https://github.com/ludrao/esphome-guardian>`__ by :ghuser:`ludrao`
- `Ambient Light Sensor tcs34725 example <https://gist.github.com/RubenKelevra/0d70d6b4c8e4bc9aedc8682865731d65>`__ by :ghuser:`RubenKelevra`
- `9 Valve Sprinkler Controller configuration <https://github.com/hwstar/9-Valve-Sprinkler-Controller>`__ by :ghuser:`hwstar`
- `FishFeeder <https://github.com/ColoMAX/fishfeeder>`__ by :ghuser:`ColoMAX`
- `ESPHome IKEA VINDRIKTNING <https://github.com/DzurisHome/ESPHome-IKEA-VINDRIKTNING>`__ by :ghuser:`DzurisHome`
- `ESPHome Refoss 11 <https://github.com/DzurisHome/ESPHome-Refoss-P11>`__ by :ghuser:`DzurisHome`

View File

@ -543,7 +543,7 @@
</li>
<li>
The YAML configuration is on
<a href="https://github.com/esphome/firmware/tree/main/bluetooth-proxy">GitHub</a>
<a href="https://github.com/esphome/firmware/tree/main/bluetooth-proxy/">GitHub</a>
</li>
</ul>
</div>
@ -711,7 +711,7 @@
</li>
<li>
The YAML configuration is on
<a href="https://github.com/esphome/media-players/">GitHub</a>
<a href="https://github.com/esphome/firmware/tree/main/media-player/">GitHub</a>
</li>
</ul>
</div>