mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Added max_results documentation (#8888)
* Added max_results documentation * Added default * Changed type
This commit is contained in:
parent
91285bf3d2
commit
0fb393fe57
@ -141,6 +141,11 @@ entities:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
max_results:
|
||||||
|
description: "Max number of entries to retrieve"
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
default: 5
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
From this we will end up with the binary sensors `calendar.test_unimportant` and
|
From this we will end up with the binary sensors `calendar.test_unimportant` and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user