Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2025-02-18 13:39:35 +13:00
commit 81b8d3f33b
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
3 changed files with 3 additions and 3 deletions

View File

@ -288,7 +288,7 @@ For more complex use cases, several methods are available for use on datetimes f
// Within lambda, set the datetime to 2024-12-31 12:34:56
auto call = id(my_datetime).make_call();
call.set_date("2024-12-31 12:34:56");
call.set_datetime("2024-12-31 12:34:56");
call.perform();
Check the API reference for information on the methods that are available for

View File

@ -12,7 +12,7 @@ sensor to work.
This component only does some basic filtering and no calibration. Due to the complexity of this sensor and the amount
of possible configuration options, you should probably create an :doc:`external component</components/external_components>`
by copying and modifying the existing code if you want a specific new feature. Supporting all possible use cases would
by copying and modifying `the existing code <https://github.com/esphome/esphome/tree/dev/esphome/components/mpu6050>`_ if you want a specific new feature. Supporting all possible use cases would
be quite hard.
.. figure:: images/mpu6050-full.jpg

View File

@ -6,7 +6,7 @@ SCD4X CO₂, Temperature and Relative Humidity Sensor
:image: scd4x.jpg
The ``scd4x`` sensor platform allows you to use your Sensirion SCD4X CO₂
(`datasheet <https://sensirion.com/media/documents/E0F04247/631EF271/CD_DS_SCD40_SCD41_Datasheet_D1.pdf>`__) sensors with ESPHome.
(`datasheet <https://sensirion.com/media/documents/48C4B7FB/66E05452/CD_DS_SCD4x_Datasheet_D1.pdf>`__) sensors with ESPHome.
The :ref:`I²C Bus <i2c>` is required to be set up in your configuration for this sensor to work.
.. figure:: images/scd4x.jpg