mirror of
https://github.com/home-assistant/core.git
synced 2026-01-26 01:22:38 +01:00
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::image::title%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"snapshot": {
|
|
"description": "Takes a snapshot from an image.",
|
|
"fields": {
|
|
"filename": {
|
|
"description": "Template of a filename. Variable available is `entity_id`.",
|
|
"name": "Filename"
|
|
}
|
|
},
|
|
"name": "Take snapshot"
|
|
}
|
|
},
|
|
"title": "Image"
|
|
}
|