Skip to content

Commit

Permalink
Add missing configuration for services.yaml in blink (#105310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer committed Dec 8, 2023
1 parent 12019ec commit 6a69565
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions homeassistant/components/blink/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ trigger_camera:
domain: camera

save_video:
target:
entity:
integration: blink
domain: camera
fields:
name:
required: true
Expand All @@ -21,6 +25,10 @@ save_video:
text:

save_recent_clips:
target:
entity:
integration: blink
domain: camera
fields:
name:
required: true
Expand All @@ -34,6 +42,10 @@ save_recent_clips:
text:

send_pin:
target:
entity:
integration: blink
domain: camera
fields:
pin:
example: "abc123"
Expand Down

0 comments on commit 6a69565

Please sign in to comment.