mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Fix indentation for SGP4x (#3670)
Co-authored-by: guillempages <guillempages@users.noreply.github.com>
This commit is contained in:
parent
621299e930
commit
69dd4c41ee
@ -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
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user