IOT Class for Custom Panel (#15337)

This commit is contained in:
Matej Plavevski 2020-10-21 12:11:14 +02:00 committed by GitHub
parent 7e6d1ea32b
commit 4b4b3a4e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/).