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

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

This commit is contained in:
Jesse Hills
2025-06-14 11:08:07 +12:00
committed by GitHub
parent d9da4cf24d
commit 731b7808cd

View File

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