mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Remove extra code in old sgp40 (#5685)
This commit is contained in:
parent
43b36ac3c7
commit
d141e1cd67
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import esphome.config_validation as cv
|
|||
|
||||
CODEOWNERS = ["@SenexCrenshaw"]
|
||||
|
||||
CONFIG_SCHEMA = CONFIG_SCHEMA = cv.invalid(
|
||||
CONFIG_SCHEMA = cv.invalid(
|
||||
"SGP40 is deprecated.\nPlease use the SGP4x platform instead.\nSGP4x supports both SPG40 and SGP41.\n"
|
||||
" See https://esphome.io/components/sensor/sgp4x.html"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue