1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 10:10:56 +00:00

Mark mqtt as unavailable on rp2040 (#4025)

This commit is contained in:
Jesse Hills 2022-11-14 13:29:53 +13:00 committed by GitHub
parent 9e3ee28744
commit cb2d9e4bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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