{ "services": { "restart": { "description": "Sends a restart command to an FFmpeg-based sensor.", "fields": { "entity_id": { "description": "Name of entity that will restart. Platform dependent.", "name": "Entity" } }, "name": "[%key:common::action::restart%]" }, "start": { "description": "Sends a start command to an FFmpeg-based sensor.", "fields": { "entity_id": { "description": "Name of entity that will start. Platform dependent.", "name": "Entity" } }, "name": "[%key:common::action::start%]" }, "stop": { "description": "Sends a stop command to an FFmpeg-based sensor.", "fields": { "entity_id": { "description": "Name of entity that will stop. Platform dependent.", "name": "Entity" } }, "name": "[%key:common::action::stop%]" } } }