diff --git a/components/sensor/sen5x.rst b/components/sensor/sen5x.rst
index f209d9d5f8..d10b830c73 100644
--- a/components/sensor/sen5x.rst
+++ b/components/sensor/sen5x.rst
@@ -5,7 +5,7 @@ Sen5x Series Environmental sensor
:description: Instructions for setting up Sen5x Series Environmental sensor for PM, RH/T, VOC, and NOx measurements.
:image: sen54.jpg
-The ``sen5x`` sensor platform allows you to use your Sensirion `SEN50 `__, `SEN54 `__ and `SEN55 `__ Environmental sensor (`datasheet `__) sensors with ESPHome.
+The ``sen5x`` and ``sen66`` sensor platform allows you to use your Sensirion `SEN50 `__, `SEN54 `__ , `SEN55 `__ and `SEN66 `__ Environmental sensor (`datasheet `__)(`sen66 datasheet `__) sensors with ESPHome.
The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work.
This sensor supports both UART and I²C communication. Only I²C communication is implemented in this component.
@@ -90,6 +90,10 @@ Configuration variables:
- All options from :ref:`Sensor `.
+- **co2** (*Optional*): Carbon dioxide. Note only applies to Sen66. The sensor will be ignored on unsupported models.
+
+ - All options from :ref:`Sensor `.
+
- **voc** (*Optional*): VOC Index. Note only available with Sen54 or Sen55. The sensor will be ignored on unsupported models.
- **algorithm_tuning** (*Optional*): The VOC algorithm can be customized by tuning 6 different parameters. For more details see `Engineering Guidelines for SEN5x `__
@@ -138,7 +142,7 @@ Configuration variables:
Medium and high accelerations are particularly indicated for air quality monitors which are subjected to large temperature changes. Low acceleration is advised for stationary devices not subject to large variations in temperature
- **address** (*Optional*, int): Manually specify the I²C address of the sensor.
- Defaults to ``0x69``.
+ Defaults to ``0x69``.But for Sen66 the default is ``0x6b``
.. note::