[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
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

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