Skip to content

Commit

Permalink
Update demo docs (home-assistant#12262)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Mar 4, 2020
1 parent 96a3575 commit f343f91
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/_integrations/demo.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ha_codeowners:
- '@home-assistant/core'
---

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/) or `hass --demo-mode` but combined with your own real/functional platforms.
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.

Available demo platforms:

Expand Down Expand Up @@ -39,7 +39,12 @@ To integrate a demo platform in Home Assistant, add the following section to you

```yaml
# Example configuration.yaml entry
[component]:

# To load all:
demo:

# To load for a specific integration:
light:
- platform: demo
```
Expand Down

0 comments on commit f343f91

Please sign in to comment.