Skip to content

Commit a95d114

Browse files
committed
Clean some things up
1 parent db63a37 commit a95d114

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

source/_components/binary_sensor.ihc.markdown

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ ha_release: 0.62
1313
ha_iot_class: "Local Push"
1414
---
1515

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/).
1818

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:
2121

2222
- Dataline magnet contacts
2323
- Dataline Pir sensors
@@ -27,8 +27,8 @@ project and setup as binary sensors:
2727
- Dataline gas detector
2828
- Dataline light sensor
2929

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:
3232

3333
```yaml
3434
binary_sensor:
@@ -62,11 +62,13 @@ binary_sensors:
6262
required: false
6363
type: string
6464
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."
6669
required: false
6770
type: string
6871
{% endconfiguration %}
6972
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).

source/_components/binary_sensor.mqtt.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ qos:
9393
unique_id:
9494
description: >
9595
An ID that uniquely identifies this sensor. If two sensors have
96-
the same unique ID, Home Assistant will raise an exception.
96+
the same unique ID, Home Assistant will raise an exception.
9797
required: false
9898
type: string
9999
device_class:
@@ -117,7 +117,6 @@ force_update:
117117
default: false
118118
{% endconfiguration %}
119119

120-
121120
## {% linkable_title Examples %}
122121

123122
In this section, you will find some real-life examples of how to use this sensor.

source/_components/calendar.caldav.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,4 @@ calendar:
188188
- condition: state
189189
entity_id: calendar.work_holiday
190190
state: 'off'
191-
192191
```

0 commit comments

Comments
 (0)