diff --git a/atom.xml b/atom.xml index 99cf4e6bb6..a5b4d5a7d6 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
An ihc
section must be present in the configuration.yaml
file and contain the following options:
# Example configuration.yaml entry
ihc:
- host: http://192.168.1.3
+ url: http://192.168.1.3
username: admin
password: mysecret
auto_setup: True
@@ -93,10 +93,6 @@
(bool)(Optional)True to have IHC products auto setup.
- host
-
- (string)(Required)The URL of the IHC Controller.
-
info
(bool)(Optional)If True additional IHC info will be shown on each component.
@@ -105,6 +101,10 @@
(string)(Required)The password for the IHC Controller.
+ url
+
+ (string)(Required)The URL of the IHC Controller.
+
username
(string)(Required)The username for the IHC Controller.
@@ -121,7 +121,7 @@ This will make it easier to identify the IHC products within Home Assistant
Switch
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)
See the individual device types for a list of IHC products to be recognized automatically.
Components will get a default name that is a combination of the IHC group and IHC resource id.
@@ -139,7 +139,7 @@ These are the <resource_input> and <resource_output> elements from t
The IHC resource id should be specified as an integer value. (In the project file the id will be specified as a hex number)
If you want an easier way to get the IHC resource ids, you can download the Alternative Service View application.
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.