From a93c4951114cfc5108dcab0eb9388ee49f5aad88 Mon Sep 17 00:00:00 2001 From: Ben Mckeown Date: Sun, 25 Oct 2020 17:37:33 +0000 Subject: [PATCH] Add IoT class to Notify (#15400) #14661 --- source/_integrations/notify.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/notify.markdown b/source/_integrations/notify.markdown index 33103429b20..d560d849e97 100644 --- a/source/_integrations/notify.markdown +++ b/source/_integrations/notify.markdown @@ -8,6 +8,7 @@ ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: notify +ha_iot_class: ~ --- The `notify` integration makes it possible to send notifications to a wide variety of platforms. To use it you have to setup at least one notification target (notifier), check the [integrations list](/integrations/#notifications) for one that fits your use case.