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

View File

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