mirror of
https://github.com/esphome/esphome.git
synced 2024-12-19 16:07:47 +01:00
Only allow prometheus when using arduino (#2697)
This commit is contained in:
parent
f11220da3a
commit
a6873c1520
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user