Skip to content

Commit 152789d

Browse files
committed
Cosmetic changes to README
1 parent d8daab8 commit 152789d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,17 +350,17 @@ number:
350350
+ **auto_cleaning_interval** (**Optional**, string): The interval in seconds of the periodic fan-cleaning. Only the SEN50, SEN55 and SEN56 models support automatic fan cleaning.
351351

352352
### Sensors
353-
+ **co2** (*Optional*): The Carbon Dioxide (CO2) level in ppm. Only the SEN63C and SEN66 models have a CO2 sensor. All Options from [Number](https://esphome.io/components/sensor/#config-number).
354-
- **auto_self_calibration** (*Optional*, boolean): Enables automatic self-calibration (ASC) for the CO2 sensor. Default is ```true```.
353+
+ **co2** (*Optional*): The Carbon Dioxide (CO₂) level in ppm. Only the SEN63C and SEN66 models have a CO₂ sensor. All Options from [Number](https://esphome.io/components/sensor/#config-number).
354+
- **auto_self_calibration** (*Optional*, boolean): Enables automatic self-calibration (ASC) for the CO₂ sensor. Default is ```true```.
355355
- **altitude_compensation** (*Optional*, int): Enable compensating deviations due to current altitude (in metres). Notice: setting altitude_compensation is ignored if ambient_pressure_compensation is set.
356-
- **ambient_pressure_compensation_source** (*Optional*, ID): Set an external pressure sensor ID used for ambient pressure compensation. The pressure sensor must report pressure in hPa. the correction is applied before updating the state of the CO2 sensor.
356+
- **ambient_pressure_compensation_source** (*Optional*, ID): Set an external pressure sensor ID used for ambient pressure compensation. The pressure sensor must report pressure in hPa. the correction is applied before updating the state of the CO₂ sensor.
357357
+ **hcho** (*Optional*): The Formaldehyde (HCHO) level in ppb. Only the SEN68 model has a HCHO sensor. All Options from [Number](https://esphome.io/components/sensor/#config-number).
358358

359359

360360
### Actions
361361

362362
#### sen5x.perform_forced_co2_calibration Action
363-
This action manually calibrates the CO2 sensor to the provided value in ppm. Let the CO2 sensor operate normally for at least 3 minutes before performing a forced calibration.
363+
This action manually calibrates the CO₂ sensor to the provided value in ppm. Let the CO₂ sensor operate normally for at least 3 minutes before performing a forced calibration.
364364

365365
```
366366
on_...:
@@ -373,7 +373,7 @@ on_...:
373373
```
374374

375375
#### sen5x.set_ambient_pressure_hpa Action
376-
This action sets the current pressure (hPa or mbar). Check the datasheet for CO2 pressure compensation. You can also just set the ID of your pressure sensor with ```ambient_pressure_compensation_source```. Only the SEN63C and SEN66 models have a CO2 sensor.
376+
This action sets the current pressure (hPa or mbar). Check the datasheet for CO₂ pressure compensation. You can also just set the ID of your pressure sensor with ```ambient_pressure_compensation_source```. Only the SEN63C and SEN66 models have a CO₂ sensor.
377377

378378
```
379379
sensor:

0 commit comments

Comments
 (0)