New IHC platform#4129
Conversation
| footer: true | ||
| logo: ihc.png | ||
| ha_category: Binary Sensor | ||
| ha_release: 0.59 |
| ha_iot_class: "Local Push" | ||
| --- | ||
|
|
||
| Before you can use the IHC Binary Sensor platform, you must setup the [IHC Component](../ihc/) |
There was a problem hiding this comment.
Does the relative link work?
There was a problem hiding this comment.
It does work because the url has an ending / but I have changed all links to absolute /components/... (I can see that is how it is done on the other pages)
| ... | ||
| ``` | ||
|
|
||
| Configuration variables: |
There was a problem hiding this comment.
Please use configuration tag instead:
https://home-assistant.io/developers/documentation/create_page/#configuration
| footer: true | ||
| logo: ihc.png | ||
| ha_category: Hub | ||
| ha_release: "0.59" |
| --- | ||
|
|
||
| IHC Controller integration for Home Assistant allows you to connect the LK IHC controller to Home Assistant. | ||
| (The controller is sold under other names in different countries - "ELKO Living system" in Sweeden and Norway) |
| ... | ||
| ``` | ||
|
|
||
| Configuration variables: |
There was a problem hiding this comment.
Use configuration tag:
https://home-assistant.io/developers/documentation/create_page/#configuration
| footer: true | ||
| logo: ihc.png | ||
| ha_category: Sensor | ||
| ha_release: 0.59 |
| - id: 12346 | ||
| ... | ||
| ``` | ||
| Configuration variables: |
There was a problem hiding this comment.
Use configuration tag:
https://home-assistant.io/developers/documentation/create_page/#configuration
| footer: true | ||
| logo: ihc.png | ||
| ha_category: Switch | ||
| ha_release: 0.59 |
| .... | ||
| ``` | ||
|
|
||
| Configuration variables: |
There was a problem hiding this comment.
Use configuration tag:
https://home-assistant.io/developers/documentation/create_page/#configuration
|
|
||
| ### 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. |
There was a problem hiding this comment.
- Place backticks around the
ichwhen referencing to the component.
|
|
||
| If 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) | ||
| See the individual device types for a list of IHC products to be regocnized automatically. |
| Each device is associated with an IHC resource id. | ||
| To manually setup components you specify resource ids from the IHC project. | ||
| (The IHC project is the file you edit/upload to the IHC Controller using LK IHC Visual - or similar program if your controller is not the LK brand). | ||
| The project file is a XML file and you can view it with any text/xml editor. |
There was a problem hiding this comment.
a XML->an XMLtext/xml->text/XML
| To manually setup components you specify resource ids from the IHC project. | ||
| (The IHC project is the file you edit/upload to the IHC Controller using LK IHC Visual - or similar program if your controller is not the LK brand). | ||
| The project file is a XML file and you can view it with any text/xml editor. | ||
| You can rename it to have the xml extension and use a browser like Chrome or Internet Explorer. |
|
|
||
| - **auto_setup** (*Optional*): True to have IHC products auto setup. | ||
| - **host** (*Required*): The url of the IHC Controller. | ||
| - **info** (*Optional*): If True additional ihc info will be shown on each component. |
| Configuration variables: | ||
|
|
||
| - **auto_setup** (*Optional*): True to have IHC products auto setup. | ||
| - **host** (*Required*): The url of the IHC Controller. |
|
@dingusdk You documentation PR has been reviewed by @MartinHjelmare and myself. |
|
@MartinHjelmare and @frenck - I have been going through your comments, and all should have been fixed now. |
| required: true | ||
| type: int | ||
| inverting: | ||
| description: If True the sensor will be inverted. Default False. |
There was a problem hiding this comment.
You should be able to put the default value as a separate key value pair with key default.
| Components will get a default name that is a combination of the IHC group and IHC resource id. | ||
| If you want to change the display names use the [Customizing entities](/docs/configuration/customizing-devices/) | ||
|
|
||
| ### {% linkable_title Manualy setup %} |
There was a problem hiding this comment.
"Manual setup"
Make sure links to anchor are adjusted.
| {% endconfiguration %} | ||
|
|
||
| The resource id should be an id of a boolean IHC resource. | ||
| For more information about IHC resource ids see [Manual Setup](/components/ihc/#manualy-setup) |
There was a problem hiding this comment.
Adjust anchor after fix below.
|
|
||
| In the example above 12345 is ihc resource id and "tablelight" is the name. | ||
| The IHC resource id can be a light level for dimmers or an boolean output of a relay. | ||
| For more information about IHC resource ids see [Manual Setup](/components/ihc/#manualy-setup) |
| {% endconfiguration %} | ||
|
|
||
| The resource id should be a boolean resource. (On/Off) | ||
| For more information about IHC resource ids see [Manual Setup](/components/ihc/#manualy-setup) |
Description:
Documentation of the IHC platform
Pull request in home-assistant (if applicable): home-assistant/core#10916