mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-08-02 14:07:42 +00:00
IQC - Improve installation parameter examples (#2474)
* IQC - Improve installation parameter examples * tweak breadcrumb style --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
b78f6127cc
commit
9dcf4c72b7
@ -10,8 +10,21 @@ This should help the user to gather all the necessary information before startin
|
||||
|
||||
## Example implementation
|
||||
|
||||
In case an integration is used via a config flow:
|
||||
|
||||
```markdown showLineNumbers
|
||||
{% configuration_basic %}
|
||||
Host:
|
||||
description: "The IP address of your bridge. You can find it in your router or in the Integration app under **Bridge Settings** > **Local API**."
|
||||
Local access token:
|
||||
description: "The local access token for your bridge. You can find it in the Integration app under **Bridge Settings** > **Local API**."
|
||||
{% endconfiguration_basic %}
|
||||
```
|
||||
|
||||
In case an integration is set up via YAML in the `configuration.yaml`:
|
||||
|
||||
```markdown showLineNumbers
|
||||
{% configuration %}
|
||||
Host:
|
||||
description: "The IP address of your bridge. You can find it in your router or in the Integration app under **Bridge Settings** -> **Local API**."
|
||||
required: false
|
||||
@ -20,7 +33,7 @@ Local access token:
|
||||
description: "The local access token for your bridge. You can find it in the Integration app under **Bridge Settings** -> **Local API**."
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration_basic %}
|
||||
{% endconfiguration %}
|
||||
```
|
||||
|
||||
## Exceptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user