File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ auto_setup:
33
33
description: True to have IHC products auto setup.
34
34
required: false
35
35
type: boolean
36
+ default: True
36
37
info:
37
38
description: If True additional IHC info will be shown on each component.
38
39
required: false
@@ -64,11 +65,10 @@ There is currently support for the following device types within Home Assistant:
64
65
### Auto setup of IHC products
65
66
66
67
If the auto setup is enabled, the ` ihc` component will automatically find IHC products and insert these as devices in Home Assistant.
67
- To disable this set auto_setup to False. (Auto setup is on by default)
68
- See the individual device types for a list of IHC products to be recognized automatically.
68
+ To disable this set auto_setup to False. See the individual device types for a list of IHC products to be recognized automatically.
69
69
70
70
Components will get a default name that is a combination of the IHC group and IHC resource id.
71
- If you want to change the display names use the [Customizing entities](/docs/configuration/customizing-devices/)
71
+ If you want to change the display names use the [Customizing entities](/docs/configuration/customizing-devices/).
72
72
73
73
# ## {% linkable_title Manual setup %}
74
74
You can’t perform that action at this time.
0 commit comments