@@ -13,11 +13,11 @@ ha_release: 0.62
13
13
ha_iot_class : " Local Push"
14
14
---
15
15
16
- Before you can use the IHC Binary Sensor platform, you must setup the
17
- [ IHC Component] ( /components/ihc/ ) .
16
+ Before you can use the IHC Binary Sensor platform,
17
+ you must setup the [ IHC Component] ( /components/ihc/ ) .
18
18
19
- When auto setup is enabled the following products will be found in the IHC
20
- project and setup as binary sensors:
19
+ When auto setup is enabled the following products will
20
+ be found in the IHC project and setup as binary sensors:
21
21
22
22
- Dataline magnet contacts
23
23
- Dataline Pir sensors
@@ -27,8 +27,8 @@ project and setup as binary sensors:
27
27
- Dataline gas detector
28
28
- Dataline light sensor
29
29
30
- To manually configure IHC Binary Sensors insert this section in your
31
- configuration:
30
+ To manually configure IHC Binary Sensors
31
+ insert this section in your configuration:
32
32
33
33
``` yaml
34
34
binary_sensor :
@@ -62,11 +62,13 @@ binary_sensors:
62
62
required: false
63
63
type: string
64
64
type:
65
- description: The binary sensor type. See [Home Assistant binary sensor](/components/binary_sensor/) for available types.
65
+ description: >
66
+ "The binary sensor type.
67
+ See [Home Assistant binary sensor](/components/binary_sensor/)
68
+ for available types."
66
69
required: false
67
70
type: string
68
71
{% endconfiguration %}
69
72
70
- The resource id should be an id of a boolean IHC resource.
71
- For more information about IHC resource ids see
72
- [Manual Setup](/components/ihc/#manual-setup).
73
+ The resource id should be an id of a boolean IHC resource. For more information
74
+ about IHC resource ids see [Manual Setup](/components/ihc/#manual-setup).
0 commit comments