Skip to content

Commit 6e50eaa

Browse files
authored
Fix empty keys
1 parent 7e4852e commit 6e50eaa

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

source/_components/binary_sensor.netatmo.markdown

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,17 @@ cameras:
6464
required: false
6565
type: list
6666
welcome_sensors:
67-
description: List of monitored conditions.
67+
description: >
68+
"List of monitored conditions. Possible values are
69+
'Someone known', 'Someone unknown' and 'Motion'."
6870
required: false
6971
type: list
70-
keys:
71-
'Someone known':
72-
'Someone unknown':
73-
Motion:
7472
presence_sensors:
75-
description: List of monitored conditions.
73+
description: >
74+
"List of monitored conditions. Possible values are 'Outdoor motion',
75+
'Outdoor human', 'Outdoor animal' and 'Outdoor vehicle'."
7676
required: false
7777
type: list
78-
keys:
79-
'Outdoor motion':
80-
'Outdoor human':
81-
'Outdoor animal':
82-
'Outdoor vehicle':
8378
{% endconfiguration %}
8479
8580
If **home** and **cameras** is not provided, all cameras will be used.

0 commit comments

Comments
 (0)