1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Only allow prometheus when using arduino (#2697)

This commit is contained in:
Jesse Hills
2021-11-11 22:56:35 +13:00
committed by GitHub
parent f11220da3a
commit a6873c1520

View File

@@ -15,7 +15,8 @@ CONFIG_SCHEMA = cv.Schema(
cv.GenerateID(CONF_WEB_SERVER_BASE_ID): cv.use_id(
web_server_base.WebServerBase
),
}
},
cv.only_with_arduino,
).extend(cv.COMPONENT_SCHEMA)