mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
* Add prettier (in pre-commit and CI) * Make all file prettier * Change order * Add to Azure Pipelines * Fix a YAML file prettier caught as invalid * Remove flow mapping using curly braces from all YAML service files
9 lines
246 B
YAML
9 lines
246 B
YAML
# Describes the format for available image processing services
|
|
|
|
scan:
|
|
description: Process an image immediately.
|
|
fields:
|
|
entity_id:
|
|
description: Name(s) of entities to scan immediately.
|
|
example: "image_processing.alpr_garage"
|