mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Improve amcrest error handling (#9554)
* Improve amcrest error handling Add max_errors and recheck_interval configuration variables. * Update per code changes
This commit is contained in:
parent
9bb32b6528
commit
f6bb628e3d
@ -117,6 +117,8 @@ binary_sensors:
|
||||
keys:
|
||||
motion_detected:
|
||||
description: "Return `on` when a motion is detected, `off` when not."
|
||||
online:
|
||||
description: "Return `on` when camera is available (i.e., responding to commands), `off` when not."
|
||||
sensors:
|
||||
description: >
|
||||
Conditions to display in the frontend.
|
||||
@ -240,6 +242,7 @@ amcrest:
|
||||
password: YOUR_PASSWORD
|
||||
binary_sensors:
|
||||
- motion_detected
|
||||
- online
|
||||
sensors:
|
||||
- sdcard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user