From 4b4b3a4e73e56bfd7d2ec0dc98daac0974a80459 Mon Sep 17 00:00:00 2001 From: Matej Plavevski Date: Wed, 21 Oct 2020 12:11:14 +0200 Subject: [PATCH] IOT Class for Custom Panel (#15337) --- source/_integrations/panel_custom.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/panel_custom.markdown b/source/_integrations/panel_custom.markdown index 11d7026a894..3f38959e9c2 100644 --- a/source/_integrations/panel_custom.markdown +++ b/source/_integrations/panel_custom.markdown @@ -8,6 +8,7 @@ ha_quality_scale: internal ha_codeowners: - '@home-assistant/frontend' ha_domain: panel_custom +ha_iot_class: ~ --- The `panel_custom` support allows you to add additional panels to your Home Assistant frontend. The panels are listed in the sidebar if wished and can be highly customized. See the developer documentation on [instructions how to build your own panels](https://developers.home-assistant.io/docs/frontend/custom-ui/creating-custom-panels/).