Mark mqtt as unavailable on rp2040 (#4025)

This commit is contained in:
Jesse Hills 2022-11-14 13:29:53 +13:00
parent 608be4e050
commit 3bd6456fbe
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -250,6 +250,7 @@ CONFIG_SCHEMA = cv.All(
}
),
validate_config,
cv.only_on(["esp32", "esp8266"]),
)