mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Update to reflect new default scan interval (#8549)
This commit is contained in:
parent
488de22df1
commit
dc676e42a7
@ -50,7 +50,7 @@ password:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
scan_interval:
|
scan_interval:
|
||||||
description: How frequently to query for new data. Defaults to 60 seconds.
|
description: How frequently to query for new data. Defaults to 300 seconds (5 minutes).
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
binary_sensors:
|
binary_sensors:
|
||||||
@ -93,7 +93,7 @@ Below is an example showing every possible entry:
|
|||||||
blink:
|
blink:
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
scan_interval: 60
|
scan_interval: 300
|
||||||
binary_sensors:
|
binary_sensors:
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- motion_enabled
|
- motion_enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user