mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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
|
||||
|
||||
save_video:
|
||||
target:
|
||||
entity:
|
||||
integration: blink
|
||||
domain: camera
|
||||
fields:
|
||||
name:
|
||||
required: true
|
||||
@ -21,6 +25,10 @@ save_video:
|
||||
text:
|
||||
|
||||
save_recent_clips:
|
||||
target:
|
||||
entity:
|
||||
integration: blink
|
||||
domain: camera
|
||||
fields:
|
||||
name:
|
||||
required: true
|
||||
@ -34,6 +42,10 @@ save_recent_clips:
|
||||
text:
|
||||
|
||||
send_pin:
|
||||
target:
|
||||
entity:
|
||||
integration: blink
|
||||
domain: camera
|
||||
fields:
|
||||
pin:
|
||||
example: "abc123"
|
||||
|
Loading…
x
Reference in New Issue
Block a user