You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/binary_sensor.wirelesstag.markdown
+27-16Lines changed: 27 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ ha_release: 0.68
15
15
16
16
To get your [wirelesstag.net](http://wirelesstag.net) binary sensors working within Home Assistant, please follow the instructions for the general [WirelessTag component](/components/wirelesstag).
17
17
18
+
## {% linkable_title Configuration %}
19
+
18
20
To enable tags set up with your [wirelesstag.net](http://wirelesstag.net) account, add the following to your `configuration.yaml` file:
19
21
20
22
```yaml
@@ -28,21 +30,30 @@ binary_sensor:
28
30
```
29
31
30
32
{% configuration %}
31
-
monitored_conditions:
32
-
description: The conditions types to monitor; valid values are specified below
33
-
required: true
34
-
type: list
33
+
monitored_conditions:
34
+
description: The conditions types to monitor.
35
+
required: true
36
+
type: list
37
+
keys:
38
+
presence:
39
+
description: On means in range, Off means out of range.
40
+
motion:
41
+
description: On when a movement was detected, Off when clear.
42
+
door:
43
+
description: On when a door is open, Off when the door is closed.
44
+
cold:
45
+
description: On means temperature become too cold, Off means normal.
46
+
heat:
47
+
description: On means hot, Off means normal.
48
+
dry:
49
+
description: On means too dry (humidity), Off means normal.
50
+
wet:
51
+
description: On means too wet (humidity), Off means normal.
52
+
light:
53
+
description: On means light detected, Off means no light.
54
+
moisture:
55
+
description: On means moisture detected (wet), Off means no moisture (dry).
56
+
battery:
57
+
description: On means tag battery is low, Off means normal.
35
58
{% endconfiguration %}
36
59
37
-
The following conditions can be monitored:
38
-
39
-
* (`presence`): On means in range, Off means out of range.
40
-
* (`motion`): On when a movement was detected, Off when clear.
41
-
* (`door`): On when a door is open, Off when the door is closed.
42
-
* (`cold`): On means temperature become too cold, Off means normal.
43
-
* (`heat`): On means hot, Off means normal.
44
-
* (`dry`): On means too dry (humidity), Off means normal.
45
-
* (`wet`): On means too wet (humidity), Off means normal.
46
-
* (`light`): On means light detected, Off means no light.
47
-
* (`moisture`): On means moisture detected (wet), Off means no moisture (dry).
48
-
* (`battery`): On means tag battery is low, Off means normal.
Copy file name to clipboardExpand all lines: source/_components/sensor.wirelesstag.markdown
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ ha_release: 0.68
15
15
16
16
To get your [wirelesstag.net](http://wirelesstag.net) sensors working within Home Assistant, please follow the instructions for the general [WirelessTag component](/components/wirelesstag).
17
17
18
+
## {% linkable_title Configuration %}
19
+
18
20
To enable tags set up with your [wirelesstag.net](http://wirelesstag.net) account, add the following to your `configuration.yaml` file:
19
21
20
22
```yaml
@@ -27,15 +29,18 @@ sensor:
27
29
```
28
30
29
31
{% configuration %}
30
-
monitored_conditions:
31
-
description: The metrics types to monitor; valid values are specified below
32
-
required: true
33
-
type: list
32
+
monitored_conditions:
33
+
description: The metrics types to monitor.
34
+
required: true
35
+
type: list
36
+
keys:
37
+
temperature:
38
+
description: Value is in Celsius or Fahrenheit (according to your settings at Tag Manager).
39
+
humidity:
40
+
description: "Humidity level in %."
41
+
moisture:
42
+
description: "Water level/soil moisture in % (applicable for Water Tag only)."
43
+
light:
44
+
description: Brightness in lux (if supported by tag).
34
45
{% endconfiguration %}
35
46
36
-
The following metrics can be monitored:
37
-
38
-
* (`temperature`): Value is in Celsius or Fahrenheit (according to your settings at Tag Manager).
39
-
* (`humidity`): Humidity level in %.
40
-
* (`moisture`): Water level/soil moisture in % (applicable for Water Tag only).
41
-
* (`light`): Brightness in lux (if supported by tag).
0 commit comments