esphome-vscode icon indicating copy to clipboard operation
esphome-vscode copied to clipboard

sgp4x platform not recognized

Open MallocArray opened this issue 11 months ago • 3 comments

When configuring a yaml with other platform sensors, I can hover over the name and get a popup.

When I have sgp4x defined, hovering does not display any helpful information

  - platform: sgp4x
    voc:
      name: "${upper_devicename} VOC Index"
      id: voc
    nox:
      name: "${upper_devicename} NOx Index"
      id: nox
    compensation:  # Remove this block if no temp/humidity sensor present for compensation
      temperature_source: temp
      humidity_source: humidity

MallocArray avatar Sep 06 '23 20:09 MallocArray