You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: source/_components/ihc.markdown
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ An `ihc` section must be present in the `configuration.yaml` file and contain th
21
21
```yaml
22
22
# Example configuration.yaml entry
23
23
ihc:
24
-
host: http://192.168.1.3
24
+
url: http://192.168.1.3
25
25
username: admin
26
26
password: mysecret
27
27
auto_setup: True
@@ -33,10 +33,6 @@ auto_setup:
33
33
description: True to have IHC products auto setup.
34
34
required: false
35
35
type: bool
36
-
host:
37
-
description: The URL of the IHC Controller.
38
-
required: true
39
-
type: string
40
36
info:
41
37
description: If True additional IHC info will be shown on each component.
42
38
required: false
@@ -45,6 +41,10 @@ password:
45
41
description: The password for the IHC Controller.
46
42
required: true
47
43
type: string
44
+
url:
45
+
description: The URL of the IHC Controller.
46
+
required: true
47
+
type: string
48
48
username:
49
49
description: The username for the IHC Controller.
50
50
required: true
@@ -63,7 +63,7 @@ There is currently support for the following device types within Home Assistant:
63
63
64
64
### Auto setup of IHC products
65
65
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.
67
67
To disable this set auto_setup to False. (Auto setup is on by default)
68
68
See the individual device types for a list of IHC products to be recognized automatically.
69
69
@@ -87,4 +87,4 @@ The IHC resource id should be specified as an integer value. (In the project fil
87
87
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/).
88
88
The application will show the product tree. You can expand it, select inputs and outputs and when selected you can see the resource id.
89
89
90
-
See each device type for the manual configuration options.
90
+
See the manual of each device type for configuration options.
0 commit comments