esphome-vscode
esphome-vscode copied to clipboard
sgp4x platform not recognized
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
Most likely the component is new? I haven't updated schema for the last release
Looks like it was added May 2022 https://esphome.io/components/sensor/sgp4x.html
ahh yes, there is schema information about this component in the current release of the extension, but it is failing for some reason. I'll need to look into it further. Thanks for filling in this bug.