mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add missing configuration for services.yaml in blink (#105310)
This commit is contained in:
parent
12019ec77c
commit
6a6956573f
@ -8,6 +8,10 @@ trigger_camera:
|
|||||||
domain: camera
|
domain: camera
|
||||||
|
|
||||||
save_video:
|
save_video:
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: blink
|
||||||
|
domain: camera
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
required: true
|
required: true
|
||||||
@ -21,6 +25,10 @@ save_video:
|
|||||||
text:
|
text:
|
||||||
|
|
||||||
save_recent_clips:
|
save_recent_clips:
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: blink
|
||||||
|
domain: camera
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
required: true
|
required: true
|
||||||
@ -34,6 +42,10 @@ save_recent_clips:
|
|||||||
text:
|
text:
|
||||||
|
|
||||||
send_pin:
|
send_pin:
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: blink
|
||||||
|
domain: camera
|
||||||
fields:
|
fields:
|
||||||
pin:
|
pin:
|
||||||
example: "abc123"
|
example: "abc123"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user