File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ sensor:
26
26
` ` `
27
27
28
28
{% configuration %}
29
+ away_timeout:
30
+ description: The time in seconds after which the state should be set to ` not_home` if there were no updates. `0` disables the check.
31
+ required : false
32
+ default : 0
33
+ type : integer
29
34
device_id :
30
35
description : The device id to track for this sensor.
31
36
required : true
@@ -44,11 +49,10 @@ timeout:
44
49
required : false
45
50
default : 5
46
51
type : integer
47
- away_timeout :
48
- description: The time in seconds after which the state should be set to ` not_home` if there were no updates. `0` disables the check.
52
+ unique_id :
53
+ description : " An ID that uniquely identifies this room sensor. If two sensors have the same unique ID, Home Assistant will raise an exception. "
49
54
required : false
50
- default : 0
51
- type : integer
55
+ type : string
52
56
{% endconfiguration %}
53
57
54
58
# # Usage
You can’t perform that action at this time.
0 commit comments