From 1e7a987434aa73fe5abfb72da2e30c21eb109935 Mon Sep 17 00:00:00 2001 From: Andrzej Date: Fri, 16 Oct 2020 11:39:23 +0200 Subject: [PATCH] IoT class for demo (#15262) Co-authored-by: Franck Nijhof --- source/_integrations/demo.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/demo.markdown b/source/_integrations/demo.markdown index 714074607ce..824323274a8 100644 --- a/source/_integrations/demo.markdown +++ b/source/_integrations/demo.markdown @@ -8,6 +8,7 @@ ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: demo +ha_iot_class: Calculated --- The `demo` platform allows you to use integrations which are providing a demo of their implementation. The demo entities are dummies but show you how the actual platform looks like. This way you can run own demonstration instance like the online [Home Assistant demo](/demo/)but combined with your own real/functional platforms.