Mark webserver and captive portal as not available on rp2040 (#4023)

This commit is contained in:
Jesse Hills
2022-11-14 13:19:32 +13:00
committed by GitHub
parent 9f30f53c6b
commit 472dcebf2c
3 changed files with 3 additions and 0 deletions
@@ -25,6 +25,7 @@ CONFIG_SCHEMA = cv.All(
}
).extend(cv.COMPONENT_SCHEMA),
cv.only_with_arduino,
cv.only_on(["esp32", "esp8266"]),
)