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 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 -------- 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 diff --git a/guides/diy.rst b/guides/diy.rst index 4f96fbd86..65c624ad6 100644 --- a/guides/diy.rst +++ b/guides/diy.rst @@ -126,3 +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` 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