From c723e30341d49c3acc8d569c3508a8adb640e081 Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Fri, 2 Oct 2020 13:07:33 +0200 Subject: [PATCH] Add IoT class to Shelly integration (#14736) As requested in #14661 this is to add the IoT class to the Shelly integration. --- source/_integrations/shelly.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index fece0e1d7e8..ff621a416f0 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -7,6 +7,7 @@ ha_release: 0.115 ha_codeowners: - '@balloob' - '@bieniu' +ha_iot_class: Local Polling ha_domain: shelly featured: true ha_config_flow: true