How To Add Temp And Humidity From SCD40
1. Navigate to the ESPHome addon
- Select the Edit button under the desired device
- Insert your code (The example below is for our AIR-1 SEN55 sensor but this applies to MSR-1/2, MTR or any sensor with the CO2 module)
sensor:
- platform: scd4x
id: !extend scd40
temperature:
name: "SCD40 Temperature"
humidity:
name: "SCD40 Humidity"
4. In the top right of the same screen Select Save and then Install
- If it compiles correctly then you should see a green Success
- When you see the sensor logs, you are finished and can select Stop
- Now your sensor value should update!