Skip to content

Commit d3a0220

Browse files
Kane610frenck
authored andcommitted
Clean up component configuration instructions. (#6421)
1 parent cf8e4ae commit d3a0220

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

source/_components/deconz.markdown

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -31,39 +31,7 @@ Home Assistant will automatically discover deCONZ presence on your network, if `
3131

3232
If you don't have the API key, you can generate an API key for deCONZ by using the one-click functionality similar to Philips Hue. Go to **Settings** -> **Gateway** -> **Advanced** -> **Authenticate app** in deCONZ and then use the deCONZ configurator in Home Assistant frontend to create an API key. When you're done setting up deCONZ it will be stored as a config entry.
3333

34-
You can add the following to your `configuration.yaml` file if you are not using the `discovery:` component:
35-
36-
```yaml
37-
# Example configuration.yaml entry
38-
deconz:
39-
host: IP_ADDRESS
40-
```
41-
42-
{% configuration %}
43-
host:
44-
description: The IP address of your deCONZ web server.
45-
required: false
46-
type: string
47-
api_key:
48-
description: The API key to access your deCONZ web server.
49-
required: false
50-
type: string
51-
port:
52-
description: Configure port deCONZ web server is accessible from.
53-
required: false
54-
default: 80
55-
type: int
56-
{% endconfiguration %}
57-
58-
A full configuration could look like this:
59-
60-
```yaml
61-
# Example configuration.yaml entry
62-
deconz:
63-
host: 127.0.0.1
64-
api_key: 0123456789
65-
port: 80
66-
```
34+
You can manually add deCONZ by going to the integrations page.
6735

6836
## {% linkable_title Debugging component %}
6937

0 commit comments

Comments
 (0)