Skip to content

Commit 9e7e78b

Browse files
dingusdkfrenck
authored andcommitted
IHC component (home-assistant#4520)
* New IHC platform * autosetup -> auto_setup * Moved auto setup to the IHC component * Removed by LK in logo * Changes from review. * Defaults in configurations. manualy setup" changed to "manual setup" (Anchors adjusted) * Relative links changed to absolute links * 'host' renamed to 'url' * ✏️ Tweaks
1 parent 4b3ed6a commit 9e7e78b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/_components/ihc.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An `ihc` section must be present in the `configuration.yaml` file and contain th
2121
```yaml
2222
# Example configuration.yaml entry
2323
ihc:
24-
host: http://192.168.1.3
24+
url: http://192.168.1.3
2525
username: admin
2626
password: mysecret
2727
auto_setup: True
@@ -33,10 +33,6 @@ auto_setup:
3333
description: True to have IHC products auto setup.
3434
required: false
3535
type: bool
36-
host:
37-
description: The URL of the IHC Controller.
38-
required: true
39-
type: string
4036
info:
4137
description: If True additional IHC info will be shown on each component.
4238
required: false
@@ -45,6 +41,10 @@ password:
4541
description: The password for the IHC Controller.
4642
required: true
4743
type: string
44+
url:
45+
description: The URL of the IHC Controller.
46+
required: true
47+
type: string
4848
username:
4949
description: The username for the IHC Controller.
5050
required: true
@@ -63,7 +63,7 @@ There is currently support for the following device types within Home Assistant:
6363
6464
### Auto setup of IHC products
6565
66-
If auto setup is enabled, the `ihc` component will automatically find IHC products and insert these as devices in Home Assistant.
66+
If the auto setup is enabled, the `ihc` component will automatically find IHC products and insert these as devices in Home Assistant.
6767
To disable this set auto_setup to False. (Auto setup is on by default)
6868
See the individual device types for a list of IHC products to be recognized automatically.
6969

@@ -87,4 +87,4 @@ The IHC resource id should be specified as an integer value. (In the project fil
8787
If you want an easier way to get the IHC resource ids, you can download the [Alternative Service View application](https://www.dingus.dk/updated-ihc-alternative-service-view/).
8888
The application will show the product tree. You can expand it, select inputs and outputs and when selected you can see the resource id.
8989

90-
See each device type for the manual configuration options.
90+
See the manual of each device type for configuration options.

0 commit comments

Comments
 (0)