From 629b97098a42278f71382f5e84d67ca23a20e0d4 Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Fri, 2 Oct 2020 18:37:46 +0200 Subject: [PATCH] Add IoT class to the Prometheus integration (#14734) As requested in #14661 this is to add the IoT class to the Prometheus integration. --- source/_integrations/prometheus.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/prometheus.markdown b/source/_integrations/prometheus.markdown index 1df7c93ec88..28450367127 100644 --- a/source/_integrations/prometheus.markdown +++ b/source/_integrations/prometheus.markdown @@ -4,6 +4,7 @@ description: Record events in Prometheus. ha_category: - History ha_release: 0.49 +ha_iot_class: Assumed State ha_domain: prometheus ha_codeowners: - '@knyar'