1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 04:42:21 +01:00

[prometheus] Remove `cv.only_with_arduino` (#9061)

This commit is contained in:
Jesse Hills
2025-06-14 11:08:07 +12:00
parent 0a1be3d19c
commit 5fc1f90822

View File

@@ -31,7 +31,6 @@ CONFIG_SCHEMA = cv.Schema(
} }
), ),
}, },
cv.only_with_arduino,
).extend(cv.COMPONENT_SCHEMA) ).extend(cv.COMPONENT_SCHEMA)