mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Update Blink docs with new options (#9508)
* Update example configs with new options * Minor changes
This commit is contained in:
parent
e7d26c832f
commit
be34da7215
@ -73,6 +73,16 @@ sensors:
|
|||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
default: all (`battery`, `temperature`, `wifi_strength`)
|
default: all (`battery`, `temperature`, `wifi_strength`)
|
||||||
|
offset:
|
||||||
|
description: How far back in time (minutes) to look for motion. Motion is determined if a new video has been recorded between now and the last time you refreshed plus this offset.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 1
|
||||||
|
mode:
|
||||||
|
description: Set to 'legacy' to enable use of old API endpoint subdomains (APIs can differ based on region, so use this if you are having issues with the integration).
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: not set
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
Once Home Assistant starts, the `blink` component will create the following platforms:
|
Once Home Assistant starts, the `blink` component will create the following platforms:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user