mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
IHC component (#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
This commit is contained in:
parent
4b3ed6a650
commit
9e7e78b3c9
@ -21,7 +21,7 @@ An `ihc` section must be present in the `configuration.yaml` file and contain th
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
ihc:
|
ihc:
|
||||||
host: http://192.168.1.3
|
url: http://192.168.1.3
|
||||||
username: admin
|
username: admin
|
||||||
password: mysecret
|
password: mysecret
|
||||||
auto_setup: True
|
auto_setup: True
|
||||||
@ -33,10 +33,6 @@ auto_setup:
|
|||||||
description: True to have IHC products auto setup.
|
description: True to have IHC products auto setup.
|
||||||
required: false
|
required: false
|
||||||
type: bool
|
type: bool
|
||||||
host:
|
|
||||||
description: The URL of the IHC Controller.
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
info:
|
info:
|
||||||
description: If True additional IHC info will be shown on each component.
|
description: If True additional IHC info will be shown on each component.
|
||||||
required: false
|
required: false
|
||||||
@ -45,6 +41,10 @@ password:
|
|||||||
description: The password for the IHC Controller.
|
description: The password for the IHC Controller.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
url:
|
||||||
|
description: The URL of the IHC Controller.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
username:
|
username:
|
||||||
description: The username for the IHC Controller.
|
description: The username for the IHC Controller.
|
||||||
required: true
|
required: true
|
||||||
@ -63,7 +63,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
|
|
||||||
### Auto setup of IHC products
|
### Auto setup of IHC products
|
||||||
|
|
||||||
If auto setup is enabled, the `ihc` component will automatically find IHC products and insert these as devices in Home Assistant.
|
If the auto setup is enabled, the `ihc` component will automatically find IHC products and insert these as devices in Home Assistant.
|
||||||
To disable this set auto_setup to False. (Auto setup is on by default)
|
To disable this set auto_setup to False. (Auto setup is on by default)
|
||||||
See the individual device types for a list of IHC products to be recognized automatically.
|
See the individual device types for a list of IHC products to be recognized automatically.
|
||||||
|
|
||||||
@ -87,4 +87,4 @@ The IHC resource id should be specified as an integer value. (In the project fil
|
|||||||
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/).
|
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/).
|
||||||
The application will show the product tree. You can expand it, select inputs and outputs and when selected you can see the resource id.
|
The application will show the product tree. You can expand it, select inputs and outputs and when selected you can see the resource id.
|
||||||
|
|
||||||
See each device type for the manual configuration options.
|
See the manual of each device type for configuration options.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user