From 5243b1d7558a49e8082ce16718b0135d7141d07e Mon Sep 17 00:00:00 2001 From: Andrzej Date: Fri, 16 Oct 2020 11:36:36 +0200 Subject: [PATCH] IoT class for script (#15263) --- source/_integrations/script.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index fccf5159f32..6f66996e916 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -8,6 +8,7 @@ ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: script +ha_iot_class: ~ --- The `script` integration allows users to specify a sequence of actions to be executed by Home Assistant. These are run when you turn the script on. The script integration will create an entity for each script and allow them to be controlled via services.