hass-core/homeassistant/components/blink/services.yaml
mkmer e7e0ae8f6a
Move services to entity services in blink ()
* Use device name to lookup camera

* Fix device registry serial

* Move to entity based services

* Update tests

* Use config_entry
Move refresh service out of camera

* Use config entry for services

* Fix service schema

* Add depreciation note

* Depreciation note

* key error changes
deprecated (not depreciated)
repair issue

* tweak message

* deprication v2

* back out update field change

* backout update schema changes

* Finish rollback on update service

* update doc strings

* move to 2024.7.0
More verbosity to deprecation message
2023-12-28 19:56:40 +01:00

51 lines
826 B
YAML

# Describes the format for available Blink services
blink_update:
fields:
device_id:
required: true
selector:
device:
integration: blink
trigger_camera:
target:
entity:
integration: blink
domain: camera
save_video:
target:
entity:
integration: blink
domain: camera
fields:
filename:
required: true
example: "/tmp/video.mp4"
selector:
text:
save_recent_clips:
target:
entity:
integration: blink
domain: camera
fields:
file_path:
required: true
example: "/tmp"
selector:
text:
send_pin:
fields:
config_entry_id:
required: true
selector:
config_entry:
integration: blink
pin:
example: "abc123"
selector:
text: