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:
Klaas Schoute 2024-12-02 00:11:29 +01:00 committed by GitHub
parent b78f6127cc
commit 9dcf4c72b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,9 +33,9 @@ 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
There are no exceptions to this rule.
There are no exceptions to this rule.