mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 17:15:19 +02:00
Add missing configuration for services.yaml in blink (#105310)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user